|
Class Summary |
| Accumulator |
This class looks through the classpath and collects metrics on the classes that were not instanciated by the classloader during the unit tests and
creates a visitor chain for the class that will collect the complexity and dependency metrics for the class. |
| Aggregator |
This class aggregates all the totals for the report. |
| AProcess |
This class is the process that calls the child processes in the chain. |
| Cleaner |
During the collection of the data packages are collected along with the data so we have references to the packages. |
| Pruner |
This class removes the methods and lines from the model as we will not need them further and they form a very large part of the model which hogs
memory. |