Name |
Description |
CrapIndexAnalyzer |
This analyzer calculates the C.R.A.P. index for methods an functions when a
clover coverage report was supplied. This report can be supplied by using the
command line option --coverage-report=. |
DependencyAnalyzer |
This visitor generates the metrics for the analyzed namespaces. |
InheritanceAnalyzer |
This analyzer provides two project related inheritance metrics. |
NPathComplexityAnalyzer |
This analyzer calculates the NPath complexity of functions and methods. The
NPath complexity metric measures the acyclic execution paths through a method
or function. See Nejmeh, Communications of the ACM Feb 1988 pp 188-200. |
NodeLocAnalyzer |
This analyzer collects different lines of code metrics. |