Failed Conditions
Push — master ( c7ef78...c451af )
by Alexander
02:24
created

SomeClass   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 3
Bugs 0 Features 0
Metric Value
c 3
b 0
f 0
dl 0
loc 5
rs 10
wmc 1
lcom 0
cbo 0
1
<?php
2
3
class SomeClass
4
{
5
    var $a;
6
    public $b, $c;
7
}
8