C G R T V 

C

com.palantir.jacoco - package com.palantir.jacoco
 
CoverageCounter - Class in com.palantir.jacoco
Holds the coverage observations for a single scope and coverage type.
CoverageObservation - Class in com.palantir.jacoco
The coverage observations (e.g., as extracted from the Jacoco XML report) for one scope.
CoverageObservation() - Constructor for class com.palantir.jacoco.CoverageObservation
 
CoverageRealm - Enum in com.palantir.jacoco
 
CoverageType - Enum in com.palantir.jacoco
An enumeration of the coverage types used in Jacoco's XML reports.

G

getCovered() - Method in class com.palantir.jacoco.CoverageCounter
 
getMissed() - Method in class com.palantir.jacoco.CoverageCounter
 

R

realmName - Variable in enum com.palantir.jacoco.CoverageRealm
The configuration DSL name for this realm.

T

tagName - Variable in enum com.palantir.jacoco.CoverageRealm
The name of the XML tag (in the Jacoco coverage XML report ) for this realm.
toString() - Method in class com.palantir.jacoco.CoverageCounter
 

V

valueOf(String) - Static method in enum com.palantir.jacoco.CoverageRealm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.palantir.jacoco.CoverageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.palantir.jacoco.CoverageRealm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.palantir.jacoco.CoverageType
Returns an array containing the constants of this enum type, in the order they are declared.
C G R T V