Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
org.jacoco.core.internal.analysis | |
org.jacoco.report.internal.html.resources |
Internal: Resources for HTML reports.
|
Modifier and Type | Method and Description |
---|---|
ICoverageNode.ElementType |
ICoverageNode.getElementType()
Returns the type of element represented by this node.
|
ICoverageNode.ElementType |
CoverageNodeImpl.getElementType() |
static ICoverageNode.ElementType |
ICoverageNode.ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICoverageNode.ElementType[] |
ICoverageNode.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CoverageNodeImpl(ICoverageNode.ElementType elementType,
String name)
Creates a new coverage data node.
|
Constructor and Description |
---|
SourceNodeImpl(ICoverageNode.ElementType elementType,
String name)
Create a new source node implementation instance.
|
Modifier and Type | Method and Description |
---|---|
static String |
Resources.getElementStyle(ICoverageNode.ElementType type)
Determines the style sheet class for the given element type.
|
Copyright © 2012. All Rights Reserved.