|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICounter.CounterValue | |
---|---|
org.jacoco.core.analysis | Coverage calculation and analysis. |
org.jacoco.report.check | Rules check implementation. |
Uses of ICounter.CounterValue in org.jacoco.core.analysis |
---|
Methods in org.jacoco.core.analysis that return ICounter.CounterValue | |
---|---|
static ICounter.CounterValue |
ICounter.CounterValue.valueOf(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're declared. |
Methods in org.jacoco.core.analysis with parameters of type ICounter.CounterValue | |
---|---|
double |
ICounter.getValue(ICounter.CounterValue value)
Returns the counter value of the given type. |
Uses of ICounter.CounterValue in org.jacoco.report.check |
---|
Methods in org.jacoco.report.check that return ICounter.CounterValue | |
---|---|
ICounter.CounterValue |
Limit.getValue()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |