| Package | Description |
|---|---|
| org.jacoco.core.analysis |
Coverage calculation and analysis.
|
| org.jacoco.core.internal.analysis | |
| org.jacoco.report.internal.html.page |
| Modifier and Type | Interface | 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 | 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 | Description |
|---|---|---|
void |
SourceNodeImpl.increment(ISourceNode child) |
Increments all counters by the values of the given child.
|
| Constructor | Description |
|---|---|
SourceFilePage(ISourceNode sourceFileNode,
java.io.Reader sourceReader,
int tabWidth,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context) |
Creates a new page with given information.
|
Copyright © 2018. All rights reserved.