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 | 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.
|
Modifier and Type | Method | Description |
---|---|---|
double |
ICounter.getValue(ICounter.CounterValue value) |
Returns the counter value of the given type.
|
Modifier and Type | Method | Description |
---|---|---|
double |
CounterImpl.getValue(ICounter.CounterValue value) |
Modifier and Type | Method | Description |
---|---|---|
ICounter.CounterValue |
Limit.getValue() |
Copyright © 2018. All rights reserved.