| 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.
|
| 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.
|
| DeadEndReport |
|
| EnvironmentReport |
|
| Messages |
Generated localization support class.
|
| Ratio |
|
| Rule |
Rule object encapsulates the logic to mark CoverageObjects as "failed".
|
| SubprogramReport |
|
| UnitReport |
|
| VectorCASTBuildAction |
Build view extension by VectorCAST plugin.
|
| VectorCASTHealthReportThresholds |
|
| VectorCASTProjectAction |
Project view extension by VectorCAST plugin.
|
| VectorCASTPublisher |
Publisher that captures VectorCAST coverage reports.
|
| VectorCASTPublisher.DescriptorImpl |
|