Package org.jacoco.core.internal.analysis
-
Class Summary Class Description BundleCoverageImpl Implementation ofIBundleCoverage
.ClassAnalyzer Analyzes the structure of a class.ClassCoverageImpl Implementation ofIClassCoverage
.CounterImpl ICounter
implementations.Instruction Execution status of a single bytecode instruction internally used for coverage analysis.LineImpl Implementation ofILine
.MethodAnalyzer AMethodProbesVisitor
that builds theInstruction
s of a method to calculate the detailed execution status.MethodCoverageImpl Implementation ofIMethodCoverage
.PackageCoverageImpl Implementation ofIPackageCoverage
.SourceFileCoverageImpl Implementation ofISourceFileCoverage
.SourceNodeImpl Implementation ofISourceNode
.StringPool Utility to normalizeString
instances in a way that ifequals()
istrue
for two strings they will be represented the same instance.