public class FunctionCoverage extends Object
| Constructor and Description |
|---|
FunctionCoverage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName()
JavaScript function name.
|
Boolean |
getIsBlockCoverage()
Whether coverage data for this function has block granularity.
|
List<CoverageRange> |
getRanges()
Source ranges inside the function with coverage data.
|
void |
setFunctionName(String functionName)
JavaScript function name.
|
void |
setIsBlockCoverage(Boolean isBlockCoverage)
Whether coverage data for this function has block granularity.
|
void |
setRanges(List<CoverageRange> ranges)
Source ranges inside the function with coverage data.
|
public String getFunctionName()
public void setFunctionName(String functionName)
public List<CoverageRange> getRanges()
public void setRanges(List<CoverageRange> ranges)
public Boolean getIsBlockCoverage()
public void setIsBlockCoverage(Boolean isBlockCoverage)
Copyright © 2020. All rights reserved.