Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
org.jacoco.report.check |
Rules check implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBundleCoverage
Coverage data of a bundle.
|
interface |
IClassCoverage
Coverage data of a single class containing methods.
|
interface |
IMethodCoverage
Coverage data of a single method.
|
interface |
IPackageCoverage
Coverage data of a Java package containing classes and source files.
|
interface |
ISourceFileCoverage
Coverage data of a single source file.
|
interface |
ISourceNode
Interface for coverage nodes that have individual source lines like methods,
classes and source files.
|
Modifier and Type | Class and Description |
---|---|
class |
CoverageNodeImpl
Base implementation for coverage data nodes.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICoverageNode> |
NodeComparator.sort(Collection<T> summaries)
Returns a sorted copy of the given collection of
ICoverageNode
elements. |
Modifier and Type | Method and Description |
---|---|
ICoverageNode |
ICoverageNode.getPlainCopy()
Creates a plain copy of this node.
|
ICoverageNode |
CoverageNodeImpl.getPlainCopy() |
Modifier and Type | Method and Description |
---|---|
int |
NodeComparator.compare(ICoverageNode n1,
ICoverageNode n2) |
void |
CoverageNodeImpl.increment(ICoverageNode child)
Increments the counters by the values given by another element.
|
Modifier and Type | Method and Description |
---|---|
void |
CoverageNodeImpl.increment(Collection<? extends ICoverageNode> children)
Increments the counters by the values given by the collection of
elements.
|
NodeComparator |
NodeComparator.second(Comparator<ICoverageNode> second)
Creates a new composite comparator with a second search criterion.
|
Modifier and Type | Method and Description |
---|---|
void |
IViolationsOutput.onViolation(ICoverageNode node,
Rule rule,
Limit limit,
String message)
Called for every rule violation.
|
Copyright © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.