|
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 |
|
| CoverageElement |
This is a transitive object used during the parsing, but not a part of
the final tree built. |
| CoverageObject<SELF extends CoverageObject<SELF>> |
Base class of all coverage objects. |
| CoverageReport |
Root object of the coverage report. |
| EmmaBuildAction |
Build view extension by Emma plugin. |
| EmmaHealthReportThresholds |
Holds the configuration details for HealthReport generation |
| EmmaProjectAction |
Project view extension by Emma plugin. |
| EmmaPublisher |
Publisher that captures Emma coverage reports. |
| EmmaPublisher.DescriptorImpl |
|
| Messages |
|
| MethodReport |
|
| PackageReport |
|
| Ratio |
Represents x/y where x=Ratio.numerator and y=Ratio.denominator. |
| Rule |
Rule object encapsulates the logic to mark CoverageObjects as "failed". |
| SourceFileReport |
|