public class ScriptCoverageCount
extends java.lang.Object
| Constructor and Description |
|---|
ScriptCoverageCount(java.lang.String uri,
java.util.List<java.lang.Integer> lines,
int functionCount,
java.util.SortedMap<java.lang.Integer,java.util.SortedSet<java.lang.Integer>> branchData) |
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedMap<java.lang.Integer,java.util.SortedSet<java.lang.Integer>> |
getBranchData() |
int |
getFunctionCount() |
java.util.List<java.lang.Integer> |
getLines() |
java.lang.String |
getUri() |