|
Class Summary |
| analyzer |
|
| ckOOmetric |
This class implements the chidamber's OO metrics. |
| Halstead |
This class implements the Halstead's metrics.
|
| HalsteadMeasures |
|
| HarrisonMagel |
This class implements the HarrisonMagel metrics that
calculates the complexity of a program based on the
nesting level and the Halstead complexity |
| kafura |
This class implements the henry/kafura's data structure metrics.
|
| mcCabe |
This class implements the McCabe's cyclomatic metrics. |
| Metric |
This class is the base class for all the metrics implementation. |
| munson |
This class implements the munson's data structure metrics. |
| NestingLevelComplexity |
|
| Statistics |
|
| StatisticsRecord |
This class contains statistical information about one class including
data about its fields, methods and the package in which it is located. |
| Stats |
This class is a collection of StatisticsRecords. |