| BundlePage |
Page showing coverage information for a bundle.
|
| ClassPage |
Page showing coverage information for a class as a table of methods.
|
| GroupPage |
Page showing coverage information for a node that groups other nodes.
|
| MethodItem |
Table items representing a method.
|
| NodePage<NodeType extends ICoverageNode> |
Report page that represents a coverage node.
|
| PackagePage |
Page showing coverage information for a Java package.
|
| PackageSourcePage |
Page showing coverage information for a Java package.
|
| ReportPage |
Base class for HTML page generators.
|
| SessionsPage |
Page to display information about sessions covered by this report.
|
| SourceFileItem |
Table items representing a source file which cannot be linked.
|
| SourceFilePage |
Page showing the content of a source file with numbered and highlighted
source lines.
|
| SourceHighlighter |
Creates a highlighted output of a source file.
|
| TablePage<NodeType extends ICoverageNode> |
Report page that contains a table of items linked to other pages.
|