| Package | Description |
|---|---|
| org.jacoco.core.analysis |
Coverage calculation and analysis.
|
| org.jacoco.core.internal.analysis | |
| org.jacoco.report |
Common interfaces and utilities for report generation.
|
| org.jacoco.report.internal | |
| org.jacoco.report.internal.html | |
| org.jacoco.report.internal.html.page | |
| org.jacoco.report.internal.xml |
| Modifier and Type | Method and Description |
|---|---|
IBundleCoverage |
CoverageBuilder.getBundle(String name)
Creates a bundle from all nodes currently contained in this bundle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleCoverageImpl
Implementation of
IBundleCoverage. |
| Modifier and Type | Method and Description |
|---|---|
void |
IReportGroupVisitor.visitBundle(IBundleCoverage bundle,
ISourceFileLocator locator)
Called to add a bundle to the the report.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractGroupVisitor.handleBundle(IBundleCoverage bundle,
ISourceFileLocator locator)
Called to handle the given bundle in a specific way.
|
void |
AbstractGroupVisitor.visitBundle(IBundleCoverage bundle,
ISourceFileLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTMLGroupVisitor.handleBundle(IBundleCoverage bundle,
ISourceFileLocator locator) |
| Constructor and Description |
|---|
BundlePage(IBundleCoverage bundle,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XMLGroupVisitor.handleBundle(IBundleCoverage bundle,
ISourceFileLocator locator) |
static void |
XMLCoverageWriter.writeBundle(IBundleCoverage bundle,
XMLElement element)
Writes the structure of a given bundle.
|
Copyright © 2024. All rights reserved.