Uses of Package
org.jacoco.core.internal.analysis
-
Packages that use org.jacoco.core.internal.analysis Package Description org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis org.jacoco.core.internal.flow -
Classes in org.jacoco.core.internal.analysis used by org.jacoco.core.analysis Class Description CounterImpl ICounter
implementations.SourceFileCoverageImpl Implementation ofISourceFileCoverage
.StringPool Utility to normalizeString
instances in a way that ifequals()
istrue
for two strings they will be represented the same instance. -
Classes in org.jacoco.core.internal.analysis used by org.jacoco.core.internal.analysis Class Description ClassCoverageImpl Implementation ofIClassCoverage
.CounterImpl ICounter
implementations.Instruction Execution status of a single bytecode instruction internally used for coverage analysis.InstructionsBuilder Stateful builder for theInstruction
s of a method.InstructionsBuilder.Jump LineImpl Implementation ofILine
.MethodCoverageImpl Implementation ofIMethodCoverage
.SourceNodeImpl Implementation ofISourceNode
.StringPool Utility to normalizeString
instances in a way that ifequals()
istrue
for two strings they will be represented the same instance. -
Classes in org.jacoco.core.internal.analysis used by org.jacoco.core.internal.flow Class Description Instruction Execution status of a single bytecode instruction internally used for coverage analysis.