Passed
Push — main ( 2ad3f1...bfb9d3 )
by Miaad
01:30
created

multi::init()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 5
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 5
rs 10
c 0
b 0
f 0
cc 2
nc 2
nop 0
1
<?php
2
3
namespace BPT\receiver;
4
5
use BPT\lock;
6
7
class multi {
8
    public static function init() {
9
        if (lock::exist('BPT-MULTI')) {
10
11
        }
12
        else {
13
14
        }
15
    }
16
}