|
Class Summary |
| AbstractReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends CoverageObject<SELF>> |
Base class of the coverage report tree,
which maintains the details of the coverage report. |
| AggregatedReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends AggregatedReport<PARENT,SELF,CHILD>,CHILD extends AbstractReport<SELF,CHILD>> |
Reports that have children. |
| ClassReport |
|
| CoverageReport |
Root object of the coverage report. |
| MethodReport |
|
| PackageReport |
|
| ReportFactory |
|
| SourceAnnotator |
Parses source file and annotates that with the coverage information. |
| SourceFileReport |
|