| 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 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.
|
| Constructor and Description |
|---|
SourceFilePage(ISourceNode sourceFileNode,
Reader sourceReader,
int tabWidth,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new page with given information.
|
Copyright © 2024. All rights reserved.