| Package | Description |
|---|---|
| org.jacoco.core.analysis |
Coverage calculation and analysis.
|
| org.jacoco.core.internal.analysis | |
| org.jacoco.report.internal.html.page |
| Modifier and Type | Method and Description |
|---|---|
Collection<IPackageCoverage> |
IBundleCoverage.getPackages()
Returns all packages contained in this bundle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PackageCoverageImpl
Implementation of
IPackageCoverage. |
| Modifier and Type | Method and Description |
|---|---|
Collection<IPackageCoverage> |
BundleCoverageImpl.getPackages() |
| Constructor and Description |
|---|
BundleCoverageImpl(String name,
Collection<IPackageCoverage> packages)
Creates a new instance of a bundle with the given name.
|
| Constructor and Description |
|---|
PackagePage(IPackageCoverage node,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context.
|
PackageSourcePage(IPackageCoverage node,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context,
ILinkable packagePage)
Creates a new visitor in the given context.
|
Copyright © 2024. All rights reserved.