Class LineImpl.Fix
- java.lang.Object
-
- org.jacoco.core.internal.analysis.LineImpl
-
- org.jacoco.core.internal.analysis.LineImpl.Fix
-
-
Field Summary
-
Fields inherited from class org.jacoco.core.internal.analysis.LineImpl
branches, EMPTY, instructions
-
-
Constructor Summary
Constructors Constructor Description Fix(int im, int ic, int bm, int bc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineImpl
increment(ICounter instructions, ICounter branches)
Adds the given counters to this line.-
Methods inherited from class org.jacoco.core.internal.analysis.LineImpl
equals, getBranchCounter, getInstructionCounter, getStatus, hashCode
-
-