public final class ScriptCoverage extends Object
| Constructor and Description |
|---|
ScriptCoverage(int scriptId,
String url,
FunctionCoverage... functions) |
| Modifier and Type | Method and Description |
|---|---|
FunctionCoverage[] |
getFunctions() |
int |
getScriptId() |
String |
getUrl() |
com.oracle.truffle.tools.utils.json.JSONObject |
toJSON() |
public ScriptCoverage(int scriptId,
String url,
FunctionCoverage... functions)
public int getScriptId()
public String getUrl()
public FunctionCoverage[] getFunctions()
public com.oracle.truffle.tools.utils.json.JSONObject toJSON()