Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
org.jacoco.core.internal.analysis |
Modifier and Type | Interface and Description |
---|---|
interface |
IClassCoverage
Coverage data of a single class containing methods.
|
interface |
IMethodCoverage
Coverage data of a single method.
|
interface |
ISourceFileCoverage
Coverage data of a single source file.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassCoverageImpl
Implementation of
IClassCoverage . |
class |
MethodCoverageImpl
Implementation of
IMethodCoverage . |
class |
SourceFileCoverageImpl
Implementation of
ISourceFileCoverage . |
class |
SourceNodeImpl
Implementation of
ISourceNode . |
Modifier and Type | Method and Description |
---|---|
void |
SourceNodeImpl.increment(ISourceNode child)
Increments all counters by the values of the given child.
|
Copyright © 2009–2016 Mountainminds GmbH& Co. KG. All rights reserved.