Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
org.jacoco.core.internal.analysis | |
org.jacoco.report.check |
Rules check implementation.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
ICounter.getValue(ICounter.CounterValue value)
Returns the counter value of the given type.
|
Modifier and Type | Method and Description |
---|---|
double |
CounterImpl.getValue(ICounter.CounterValue value) |
Modifier and Type | Method and Description |
---|---|
ICounter.CounterValue |
Limit.getValue() |
Copyright © 2022. All rights reserved.