Package | Description |
---|---|
org.jacoco.report.internal.html | |
org.jacoco.report.internal.html.page |
Modifier and Type | Method and Description |
---|---|
NodePage<ICoverageNode> |
HTMLGroupVisitor.getPage()
Returns the page rendered for this group.
|
Modifier and Type | Class and 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 |
PackagePage
Page showing coverage information for a Java package.
|
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.
|
Copyright © 2013. All rights reserved.