public class JacocoCoverage extends XmlCoverage
| Modifier and Type | Field and Description |
|---|---|
List<JacocoCounter> |
counters |
static String |
TYPE_BRANCH |
static String |
TYPE_COMPLEXITY |
static String |
TYPE_INSTRUCTION |
static String |
TYPE_LINE |
| Constructor and Description |
|---|
JacocoCoverage() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBranchRate() |
double |
getLineRate() |
String |
toString() |
getOverallRatepublic static final String TYPE_INSTRUCTION
public static final String TYPE_BRANCH
public static final String TYPE_LINE
public static final String TYPE_COMPLEXITY
public List<JacocoCounter> counters
Copyright © 2016–2021. All rights reserved.