-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
745 changed files
with
18,046 additions
and
10,437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
*.* | ||
!.gitignore | ||
!coverage.txt | ||
!coverage.path.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
|
||
Code Coverage Report Summary: | ||
Classes: 99.44% (179/180) | ||
Methods: 99.39% (656/660) | ||
Lines: 99.89% (3545/3549) | ||
Code Coverage Report Summary: | ||
Classes: 100.00% (213/213) | ||
Methods: 100.00% (769/769) | ||
Lines: 100.00% (3806/3806) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,70 @@ | ||
phploc 7.0.2 by Sebastian Bergmann. | ||
|
||
Directories 67 | ||
Files 242 | ||
Directories 74 | ||
Files 280 | ||
|
||
Size | ||
Lines of Code (LOC) 27421 | ||
Comment Lines of Code (CLOC) 380 (1.39%) | ||
Non-Comment Lines of Code (NCLOC) 27041 (98.61%) | ||
Logical Lines of Code (LLOC) 6337 (23.11%) | ||
Classes 6330 (99.89%) | ||
Average Class Length 26 | ||
Lines of Code (LOC) 32629 | ||
Comment Lines of Code (CLOC) 457 (1.40%) | ||
Non-Comment Lines of Code (NCLOC) 32172 (98.60%) | ||
Logical Lines of Code (LLOC) 7256 (22.24%) | ||
Classes 7248 (99.89%) | ||
Average Class Length 25 | ||
Minimum Class Length 0 | ||
Maximum Class Length 871 | ||
Average Method Length 3 | ||
Minimum Method Length 0 | ||
Maximum Method Length 374 | ||
Average Methods Per Class 6 | ||
Minimum Methods Per Class 0 | ||
Maximum Methods Per Class 48 | ||
Maximum Methods Per Class 21 | ||
Functions 4 (0.06%) | ||
Average Function Length 0 | ||
Not in classes or functions 3 (0.05%) | ||
Not in classes or functions 4 (0.06%) | ||
|
||
Cyclomatic Complexity | ||
Average Complexity per LLOC 0.06 | ||
Average Complexity per Class 2.58 | ||
Average Complexity per Class 2.63 | ||
Minimum Class Complexity 1.00 | ||
Maximum Class Complexity 14.00 | ||
Maximum Class Complexity 16.00 | ||
Average Complexity per Method 1.25 | ||
Minimum Method Complexity 1.00 | ||
Maximum Method Complexity 7.00 | ||
Maximum Method Complexity 9.00 | ||
|
||
Dependencies | ||
Global Accesses 0 | ||
Global Constants 0 (0.00%) | ||
Global Variables 0 (0.00%) | ||
Super-Global Variables 0 (0.00%) | ||
Attribute Accesses 22 | ||
Non-Static 15 (68.18%) | ||
Static 7 (31.82%) | ||
Method Calls 8409 | ||
Non-Static 5501 (65.42%) | ||
Static 2908 (34.58%) | ||
Attribute Accesses 28 | ||
Non-Static 23 (82.14%) | ||
Static 5 (17.86%) | ||
Method Calls 9974 | ||
Non-Static 6688 (67.05%) | ||
Static 3286 (32.95%) | ||
|
||
Structure | ||
Namespaces 67 | ||
Interfaces 0 | ||
Namespaces 74 | ||
Interfaces 1 | ||
Traits 1 | ||
Classes 240 | ||
Abstract Classes 5 (2.08%) | ||
Concrete Classes 235 (97.92%) | ||
Final Classes 218 (92.77%) | ||
Non-Final Classes 17 (7.23%) | ||
Methods 1545 | ||
Classes 277 | ||
Abstract Classes 4 (1.44%) | ||
Concrete Classes 273 (98.56%) | ||
Final Classes 255 (93.41%) | ||
Non-Final Classes 18 (6.59%) | ||
Methods 1837 | ||
Scope | ||
Non-Static Methods 1445 (93.53%) | ||
Static Methods 100 (6.47%) | ||
Non-Static Methods 1734 (94.39%) | ||
Static Methods 103 (5.61%) | ||
Visibility | ||
Public Methods 994 (64.34%) | ||
Protected Methods 311 (20.13%) | ||
Private Methods 240 (15.53%) | ||
Functions 96 | ||
Named Functions 3 (3.12%) | ||
Anonymous Functions 93 (96.88%) | ||
Constants 72 | ||
Public Methods 1113 (60.59%) | ||
Protected Methods 352 (19.16%) | ||
Private Methods 372 (20.25%) | ||
Functions 97 | ||
Named Functions 2 (2.06%) | ||
Anonymous Functions 95 (97.94%) | ||
Constants 75 | ||
Global Constants 0 (0.00%) | ||
Class Constants 72 (100.00%) | ||
Public Constants 0 (0.00%) | ||
Non-Public Constants 72 (100.00%) | ||
Class Constants 75 (100.00%) | ||
Public Constants 1 (1.33%) | ||
Non-Public Constants 74 (98.67%) |
Oops, something went wrong.