Class LineImpl.Var
- java.lang.Object
-
- org.jacoco.core.internal.analysis.LineImpl
-
- org.jacoco.core.internal.analysis.LineImpl.Var
-
-
Field Summary
-
Fields inherited from class org.jacoco.core.internal.analysis.LineImpl
branches, EMPTY, instructions
-
-
Constructor Summary
Constructors Constructor Description Var(CounterImpl instructions, CounterImpl branches)
-
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
-
-
-
-
Constructor Detail
-
Var
Var(CounterImpl instructions, CounterImpl branches)
-
-