Package org.jacoco.report.html

Interface Summary
IHTMLReportContext Context and configuration information during creation of a HTML report.
ILinkable Abstraction for items that can be linked to in a report.
 

Class Summary
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.
HTMLDocument XMLDocument that declares its content type to be XHTML 1.0 Strict and produces HTMLElements as children.
HTMLElement A XMLElement with utility methods to create XHTML documents.
HTMLFormatter Formatter for coverage reports in multiple HTML pages.
NodePage Report page that represents a coverage node.
PackagePage 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.
SourceFilePage Page showing the content of a source file with numbered and highlighted source lines.
SourceHighlighter Creates a highlighted output of a source file.