Uses of Class
org.jacoco.core.analysis.ICounter.CounterValue
-
Packages that use ICounter.CounterValue Package Description org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis org.jacoco.report.check Rules check implementation. -
-
Uses of ICounter.CounterValue in org.jacoco.core.analysis
Fields in org.jacoco.core.analysis declared as ICounter.CounterValue Modifier and Type Field Description private ICounter.CounterValue
CounterComparator. value
Methods in org.jacoco.core.analysis that return ICounter.CounterValue Modifier and Type Method Description static ICounter.CounterValue
ICounter.CounterValue. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ICounter.CounterValue[]
ICounter.CounterValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jacoco.core.analysis with parameters of type ICounter.CounterValue Modifier and Type Method Description double
ICounter. getValue(ICounter.CounterValue value)
Returns the counter value of the given type.Constructors in org.jacoco.core.analysis with parameters of type ICounter.CounterValue Constructor Description CounterComparator(ICounter.CounterValue value)
CounterComparator(ICounter.CounterValue value, boolean reverse)
-
Uses of ICounter.CounterValue in org.jacoco.core.internal.analysis
Methods in org.jacoco.core.internal.analysis with parameters of type ICounter.CounterValue Modifier and Type Method Description double
CounterImpl. getValue(ICounter.CounterValue value)
-
Uses of ICounter.CounterValue in org.jacoco.report.check
Fields in org.jacoco.report.check declared as ICounter.CounterValue Modifier and Type Field Description private ICounter.CounterValue
Limit. value
Fields in org.jacoco.report.check with type parameters of type ICounter.CounterValue Modifier and Type Field Description private static java.util.Map<ICounter.CounterValue,java.lang.String>
Limit. VALUE_NAMES
Methods in org.jacoco.report.check that return ICounter.CounterValue Modifier and Type Method Description ICounter.CounterValue
Limit. getValue()
-