StatisticsCollecting, processing and reporting statistical data. |
 September 2022
Number 9 |
|
|
This package can analyze and display statistics about PHP code.
It uses several packages that analyze the code files of a project and then displays a table in the terminal console with the statistics of those files.
Currently, it displays the statistics in several groups files with numbers for:
- Classes
- Methods
- Methods per class
- Lines
- Lines of code (LOC)
- Lines of code per method
- Complexity
- Complexity per class |
|
Return to top of the groups' hierarchy.