This is the coverage checking request object.
| Type | Name and description |
|---|---|
int |
classBranchRateIt is the branch rate per class. |
int |
classLineRateIt is the line rate per class. |
java.lang.String |
dataFileIt is the path of the metadata file. |
int |
packageBranchRateIt is the branch rate per package |
int |
packageLineRateIt is the line rate per package |
java.util.List<RegexElement> |
regexElementsIt is the list of regular expression elements for fine grained checkings. |
int |
totalBranchRateIt is the total branch rate. |
int |
totalLineRateIt is the total line rate. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
It is the branch rate per class.
It is the line rate per class.
It is the path of the metadata file.
It is the branch rate per package
It is the line rate per package
It is the list of regular expression elements for fine grained checkings.
It is the total branch rate.
It is the total line rate.