-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphploc.json
65 lines (65 loc) · 1.64 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": 10,
"files": 53,
"loc": 3778,
"lloc": 612,
"llocClasses": 435,
"llocFunctions": 166,
"llocGlobal": 11,
"cloc": 1364,
"ccn": 243,
"ccnMethods": 242,
"interfaces": 0,
"traits": 1,
"classes": 43,
"abstractClasses": 10,
"concreteClasses": 33,
"finalClasses": 0,
"nonFinalClasses": 33,
"functions": 4,
"namedFunctions": 0,
"anonymousFunctions": 4,
"methods": 42,
"publicMethods": 32,
"nonPublicMethods": 10,
"protectedMethods": 0,
"privateMethods": 10,
"nonStaticMethods": 34,
"staticMethods": 8,
"constants": 30,
"classConstants": 30,
"publicClassConstants": 29,
"nonPublicClassConstants": 1,
"globalConstants": 0,
"testClasses": 8,
"testMethods": 22,
"ccnByLloc": 0.39705882352941174,
"llocByNof": 41.5,
"methodCalls": 239,
"staticMethodCalls": 37,
"instanceMethodCalls": 202,
"attributeAccesses": 265,
"staticAttributeAccesses": 10,
"instanceAttributeAccesses": 255,
"globalAccesses": 0,
"globalVariableAccesses": 0,
"superGlobalVariableAccesses": 0,
"globalConstantAccesses": 0,
"classCcnMin": 1,
"classCcnAvg": 5.653846153846154,
"classCcnMax": 43,
"classLlocMin": 0,
"classLlocAvg": 8.365384615384615,
"classLlocMax": 46,
"methodCcnMin": 1,
"methodCcnAvg": 3.2857142857142856,
"methodCcnMax": 19,
"methodLlocMin": 1,
"methodLlocAvg": 4.666666666666667,
"methodLlocMax": 23,
"averageMethodsPerClass": 0.8076923076923077,
"minimumMethodsPerClass": 0,
"maximumMethodsPerClass": 7,
"namespaces": 11,
"ncloc": 2414
}