Uses of Interface
org.jacoco.core.analysis.IBundleCoverage
-
Packages that use IBundleCoverage Package Description org.jacoco.ant org.jacoco.cli.internal.commands org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis org.jacoco.maven org.jacoco.report Common interfaces and utilities for report generation.org.jacoco.report.check Rules check implementation.org.jacoco.report.csv CSV report implementation.org.jacoco.report.internal org.jacoco.report.internal.html org.jacoco.report.internal.html.page org.jacoco.report.internal.xml -
-
Uses of IBundleCoverage in org.jacoco.ant
Methods in org.jacoco.ant that return IBundleCoverage Modifier and Type Method Description private IBundleCoverage
ReportTask. createBundle(ReportTask.GroupElement group)
Methods in org.jacoco.ant with parameters of type IBundleCoverage Modifier and Type Method Description private void
ReportTask. logBundleInfo(IBundleCoverage bundle, java.util.Collection<IClassCoverage> nomatch)
-
Uses of IBundleCoverage in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands that return IBundleCoverage Modifier and Type Method Description private IBundleCoverage
Report. analyze(ExecutionDataStore data, java.io.PrintWriter out)
Methods in org.jacoco.cli.internal.commands with parameters of type IBundleCoverage Modifier and Type Method Description private void
Report. writeReports(IBundleCoverage bundle, ExecFileLoader loader, java.io.PrintWriter out)
-
Uses of IBundleCoverage in org.jacoco.core.analysis
Methods in org.jacoco.core.analysis that return IBundleCoverage Modifier and Type Method Description IBundleCoverage
CoverageBuilder. getBundle(java.lang.String name)
Creates a bundle from all nodes currently contained in this bundle. -
Uses of IBundleCoverage in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement IBundleCoverage Modifier and Type Class Description class
BundleCoverageImpl
Implementation ofIBundleCoverage
. -
Uses of IBundleCoverage in org.jacoco.maven
Methods in org.jacoco.maven with parameters of type IBundleCoverage Modifier and Type Method Description private void
ReportSupport. logBundleInfo(IBundleCoverage bundle, java.util.Collection<IClassCoverage> nomatch)
-
Uses of IBundleCoverage in org.jacoco.report
Methods in org.jacoco.report with parameters of type IBundleCoverage Modifier and Type Method Description void
IReportGroupVisitor. visitBundle(IBundleCoverage bundle, ISourceFileLocator locator)
Called to add a bundle to the report.void
MultiGroupVisitor. visitBundle(IBundleCoverage bundle, ISourceFileLocator locator)
-
Uses of IBundleCoverage in org.jacoco.report.check
Methods in org.jacoco.report.check with parameters of type IBundleCoverage Modifier and Type Method Description void
BundleChecker. checkBundle(IBundleCoverage bundleCoverage)
-
Uses of IBundleCoverage in org.jacoco.report.csv
Methods in org.jacoco.report.csv with parameters of type IBundleCoverage Modifier and Type Method Description void
CSVGroupHandler. visitBundle(IBundleCoverage bundle, ISourceFileLocator locator)
-
Uses of IBundleCoverage in org.jacoco.report.internal
Methods in org.jacoco.report.internal with parameters of type IBundleCoverage Modifier and Type Method 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)
-
Uses of IBundleCoverage in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html with parameters of type IBundleCoverage Modifier and Type Method Description protected void
HTMLGroupVisitor. handleBundle(IBundleCoverage bundle, ISourceFileLocator locator)
-
Uses of IBundleCoverage in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page declared as IBundleCoverage Modifier and Type Field Description private IBundleCoverage
BundlePage. bundle
Constructors in org.jacoco.report.internal.html.page with parameters of type IBundleCoverage Constructor Description BundlePage(IBundleCoverage bundle, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context)
Creates a new visitor in the given context. -
Uses of IBundleCoverage in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type IBundleCoverage Modifier and Type Method Description protected void
XMLGroupVisitor. handleBundle(IBundleCoverage bundle, ISourceFileLocator locator)
static void
XMLCoverageWriter. writeBundle(IBundleCoverage bundle, ReportElement element)
Writes the structure of a given bundle.
-