Class ScriptCoverage
Coverage data for a JavaScript script.
public sealed class ScriptCoverage
- Inheritance
-
ScriptCoverage
- Inherited Members
Properties
Functions
Functions contained in the script that has coverage data.
[JsonPropertyName("functions")]
public FunctionCoverage[] Functions { get; set; }
Property Value
ScriptId
JavaScript script id.
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }
Property Value
Url
JavaScript script name or url.
[JsonPropertyName("url")]
public string Url { get; set; }