Package | Description |
---|---|
org.jacoco.report.html |
HTML report implementation.
|
org.jacoco.report.internal.html | |
org.jacoco.report.internal.html.index |
Internal: Index generation for HTML reports.
|
org.jacoco.report.internal.html.page | |
org.jacoco.report.internal.html.table |
Internal: Sortable HTML table for coverage node elements.
|
Modifier and Type | Method | Description |
---|---|---|
ILinkable |
HTMLFormatter.getSessionsPage() |
Modifier and Type | Method | Description |
---|---|---|
ILinkable |
IHTMLReportContext.getSessionsPage() |
Returns the link to the sessions page.
|
Modifier and Type | Method | Description |
---|---|---|
HTMLElement |
HTMLElement.a(ILinkable linkable,
ReportOutputFolder base) |
Creates a link to the given
ILinkable . |
Modifier and Type | Method | Description |
---|---|---|
void |
ElementIndex.addClass(ILinkable link,
long classid) |
|
void |
IIndexUpdate.addClass(ILinkable link,
long classid) |
Adds a class to the index.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BundlePage |
Page showing coverage information for a bundle.
|
class |
ClassPage |
Page showing coverage information for a class as a table of methods.
|
class |
GroupPage |
Page showing coverage information for a node that groups other nodes.
|
class |
NodePage<NodeType extends ICoverageNode> |
Report page that represents a coverage node.
|
class |
PackagePage |
Page showing coverage information for a Java package.
|
class |
PackageSourcePage |
Page showing coverage information for a Java package.
|
class |
ReportPage |
Base class for HTML page generators.
|
class |
SessionsPage |
Page to display information about sessions covered by this report.
|
class |
SourceFilePage |
Page showing the content of a source file with numbered and highlighted
source lines.
|
class |
TablePage<NodeType extends ICoverageNode> |
Report page that contains a table of items linked to other pages.
|
Constructor | Description |
---|---|
ClassPage(IClassCoverage classNode,
ReportPage parent,
ILinkable sourcePage,
ReportOutputFolder folder,
IHTMLReportContext context) |
Creates a new visitor in the given context.
|
PackageSourcePage(IPackageCoverage node,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context,
ILinkable packagePage) |
Creates a new visitor in the given context.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ITableItem |
Interface for a item (row) in a coverage data table.
|
Copyright © 2018. All rights reserved.