Uses of Package
org.jacoco.core.analysis
-
Packages that use org.jacoco.core.analysis Package Description org.jacoco.ant 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.check Rules check implementation.org.jacoco.report.internal org.jacoco.report.internal.html org.jacoco.report.internal.html.page org.jacoco.report.internal.html.resources Internal: Resources for HTML reports.org.jacoco.report.internal.html.table Internal: Sortable HTML table for coverage node elements.org.jacoco.report.internal.xml -
Classes in org.jacoco.core.analysis used by org.jacoco.ant Class Description ICoverageNode Interface for hierarchical coverage data nodes with different coverage counters. -
Classes in org.jacoco.core.analysis used by org.jacoco.core.analysis Class Description CounterComparator Collection of comparators to compareICounter
objects by different criteria.IBundleCoverage Coverage data of a bundle.IClassCoverage Coverage data of a single class containing methods.ICounter A counter holds the missed and the covered number of particular items like classes, methods, branches or instructions.ICounter.CounterValue Different values provided by a counter.ICoverageNode Interface for hierarchical coverage data nodes with different coverage counters.ICoverageNode.CounterEntity Different counter types supported by JaCoCo.ICoverageNode.ElementType Type of a Java element represented by aICoverageNode
instance.ICoverageVisitor Interface for coverage data output as a stream ofIClassCoverage
instances.ILine The instruction and branch coverage of a single source line is described by this interface.IMethodCoverage Coverage data of a single method.IPackageCoverage Coverage data of a Java package containing classes and source files.ISourceFileCoverage Coverage data of a single source file.ISourceNode Interface for coverage nodes that have individual source lines like methods, classes and source files.NodeComparator Comparator to compareICoverageNode
objects by different counter criteria. -
Classes in org.jacoco.core.analysis used by org.jacoco.core.internal.analysis Class Description CoverageNodeImpl Base implementation for coverage data nodes.IBundleCoverage Coverage data of a bundle.IClassCoverage Coverage data of a single class containing methods.ICounter A counter holds the missed and the covered number of particular items like classes, methods, branches or instructions.ICounter.CounterValue Different values provided by a counter.ICoverageNode Interface for hierarchical coverage data nodes with different coverage counters.ICoverageNode.ElementType Type of a Java element represented by aICoverageNode
instance.ILine The instruction and branch coverage of a single source line is described by this interface.IMethodCoverage Coverage data of a single method.IPackageCoverage Coverage data of a Java package containing classes and source files.ISourceFileCoverage Coverage data of a single source file.ISourceNode Interface for coverage nodes that have individual source lines like methods, classes and source files. -
Classes in org.jacoco.core.analysis used by org.jacoco.report Class Description IBundleCoverage Coverage data of a bundle. -
Classes in org.jacoco.core.analysis used by org.jacoco.report.check Class Description ICounter.CounterValue Different values provided by a counter.ICoverageNode Interface for hierarchical coverage data nodes with different coverage counters.ICoverageNode.CounterEntity Different counter types supported by JaCoCo.ICoverageNode.ElementType Type of a Java element represented by aICoverageNode
instance. -
Classes in org.jacoco.core.analysis used by org.jacoco.report.internal Class Description CoverageNodeImpl Base implementation for coverage data nodes.IBundleCoverage Coverage data of a bundle. -
Classes in org.jacoco.core.analysis used by org.jacoco.report.internal.html Class Description IBundleCoverage Coverage data of a bundle.ICoverageNode Interface for hierarchical coverage data nodes with different coverage counters. -
Classes in org.jacoco.core.analysis used by org.jacoco.report.internal.html.page Class Description IBundleCoverage Coverage data of a bundle.IClassCoverage Coverage data of a single class containing methods.ICoverageNode Interface for hierarchical coverage data nodes with different coverage counters.IPackageCoverage Coverage data of a Java package containing classes and source files.ISourceNode Interface for coverage nodes that have individual source lines like methods, classes and source files. -
Classes in org.jacoco.core.analysis used by org.jacoco.report.internal.html.resources Class Description ICoverageNode.ElementType Type of a Java element represented by aICoverageNode
instance. -
Classes in org.jacoco.core.analysis used by org.jacoco.report.internal.html.table Class Description ICounter A counter holds the missed and the covered number of particular items like classes, methods, branches or instructions.ICoverageNode Interface for hierarchical coverage data nodes with different coverage counters.ICoverageNode.CounterEntity Different counter types supported by JaCoCo. -
Classes in org.jacoco.core.analysis used by org.jacoco.report.internal.xml Class Description IBundleCoverage Coverage data of a bundle.IClassCoverage Coverage data of a single class containing methods.ICounter A counter holds the missed and the covered number of particular items like classes, methods, branches or instructions.ICoverageNode Interface for hierarchical coverage data nodes with different coverage counters.ICoverageNode.CounterEntity Different counter types supported by JaCoCo.ILine The instruction and branch coverage of a single source line is described by this interface.IMethodCoverage Coverage data of a single method.