-
Notifications
You must be signed in to change notification settings - Fork 0
/
phploc.json
65 lines (65 loc) · 1.59 KB
/
phploc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"directories": 4,
"files": 8,
"loc": 1617,
"lloc": 332,
"llocClasses": 318,
"llocFunctions": 14,
"llocGlobal": 0,
"cloc": 303,
"ccn": 145,
"ccnMethods": 145,
"interfaces": 0,
"traits": 0,
"classes": 6,
"abstractClasses": 0,
"concreteClasses": 6,
"finalClasses": 0,
"nonFinalClasses": 6,
"functions": 2,
"namedFunctions": 0,
"anonymousFunctions": 2,
"methods": 39,
"publicMethods": 22,
"nonPublicMethods": 17,
"protectedMethods": 1,
"privateMethods": 16,
"nonStaticMethods": 23,
"staticMethods": 16,
"constants": 2,
"classConstants": 2,
"publicClassConstants": 2,
"nonPublicClassConstants": 0,
"globalConstants": 0,
"testClasses": 2,
"testMethods": 1,
"ccnByLloc": 0.4367469879518072,
"llocByNof": 7,
"methodCalls": 229,
"staticMethodCalls": 30,
"instanceMethodCalls": 199,
"attributeAccesses": 115,
"staticAttributeAccesses": 22,
"instanceAttributeAccesses": 93,
"globalAccesses": 0,
"globalVariableAccesses": 0,
"superGlobalVariableAccesses": 0,
"globalConstantAccesses": 0,
"classCcnMin": 1,
"classCcnAvg": 19.125,
"classCcnMax": 90,
"classLlocMin": 0,
"classLlocAvg": 39.75,
"classLlocMax": 150,
"methodCcnMin": 1,
"methodCcnAvg": 4.684210526315789,
"methodCcnMax": 20,
"methodLlocMin": 1,
"methodLlocAvg": 7.605263157894737,
"methodLlocMax": 26,
"averageMethodsPerClass": 4.875,
"minimumMethodsPerClass": 0,
"maximumMethodsPerClass": 16,
"namespaces": 5,
"ncloc": 1314
}