Serialized Form
Package net.sourceforge.cobertura.coveragedata |
serialVersionUID: 5L
branches
java.util.Map<K,V> branches
- Each key is a line number in this class, stored as an Integer object.
Each value is information about the line, stored as a LineData object.
containsInstrumentationInfo
boolean containsInstrumentationInfo
methodNamesAndDescriptors
java.util.Set<E> methodNamesAndDescriptors
name
java.lang.String name
sourceFileName
java.lang.String sourceFileName
serialVersionUID: 2L
children
java.util.Map<K,V> children
- Each key is the name of a child, usually stored as a String or
an Integer object. Each value is information about the child,
stored as an object that implements the CoverageData interface.
serialVersionUID: 8L
conditionNumber
int conditionNumber
trueHits
long trueHits
falseHits
long falseHits
serialVersionUID: 4L
hits
long hits
jumps
java.util.List<E> jumps
switches
java.util.List<E> switches
lineNumber
int lineNumber
methodDescriptor
java.lang.String methodDescriptor
methodName
java.lang.String methodName
serialVersionUID: 7L
name
java.lang.String name
serialVersionUID: 6L
classes
java.util.Map<K,V> classes
- This collection is used for quicker access to the list of classes.
serialVersionUID: 3L
name
java.lang.String name
serialVersionUID: 9L
switchNumber
int switchNumber
defaultHits
long defaultHits
hits
long[] hits
keys
int[] keys
Package net.sourceforge.cobertura.reporting.html |
serialVersionUID: 0L