Class FunctionCoverage
FunctionCoverage
public sealed class FunctionCoverage- Inheritance
- 
      
      FunctionCoverage
- Inherited Members
Properties
FunctionName
functionName
[JsonPropertyName("functionName")]
public string FunctionName { get; set; }Property Value
IsBlockCoverage
isBlockCoverage
[JsonPropertyName("isBlockCoverage")]
public bool IsBlockCoverage { get; set; }Property Value
Ranges
ranges
[JsonPropertyName("ranges")]
public CoverageRange[] Ranges { get; set; }