Uses of Class
org.jacoco.report.internal.html.page.NodePage
Packages that use NodePage
-
Uses of NodePage in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return NodePageModifier and TypeMethodDescriptionHTMLGroupVisitor.getPage()
Returns the page rendered for this group. -
Uses of NodePage in org.jacoco.report.internal.html.page
Subclasses of NodePage in org.jacoco.report.internal.html.pageModifier and TypeClassDescriptionclass
Page showing coverage information for a bundle.class
Page showing coverage information for a class as a table of methods.class
Page showing coverage information for a node that groups other nodes.class
Page showing coverage information for a Java package.class
Page showing coverage information for a Java package.class
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.