Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phpdave/3074b774d2dd23a5e4d6 to your computer and use it in GitHub Desktop.
Save phpdave/3074b774d2dd23a5e4d6 to your computer and use it in GitHub Desktop.
PHPLoc of Symfony 2.5 Framework
\vendor\symfony\symfony\src\Symfony\Component>php phploc.phar --log-csv log.csv --progress .
phploc 2.0.6 by Sebastian Bergmann.
Directories 449
Files 2417
Size
Lines of Code (LOC) 283341
Comment Lines of Code (CLOC) 66130 (23.34%)
Non-Comment Lines of Code (NCLOC) 217211 (76.66%)
Logical Lines of Code (LLOC) 62945 (22.22%)
Classes 55473 (88.13%)
Average Class Length 24
Average Method Length 3
Functions 48 (0.08%)
Average Function Length 0
Not in classes or functions 7424 (11.79%)
Complexity
Cyclomatic Complexity / LLOC 0.18
Cyclomatic Complexity / Number of Methods 1.79
Dependencies
Global Accesses 123
Global Constants 25 (20.33%)
Global Variables 0 (0.00%)
Super-Global Variables 98 (79.67%)
Attribute Accesses 17623
Non-Static 16929 (96.06%)
Static 694 (3.94%)
Method Calls 48650
Non-Static 47043 (96.70%)
Static 1607 (3.30%)
Structure
Namespaces 424
Interfaces 253
Traits 12
Classes 2252
Abstract Classes 136 (6.04%)
Concrete Classes 2116 (93.96%)
Methods 14211
Scope
Non-Static Methods 13859 (97.52%)
Static Methods 352 (2.48%)
Visibility
Public Methods 12015 (84.55%)
Non-Public Methods 2196 (15.45%)
Functions 515
Named Functions 17 (3.30%)
Anonymous Functions 498 (96.70%)
Constants 557
Global Constants 15 (2.69%)
Class Constants 542 (97.31%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment