Class FunctionCoverage
java.lang.Object
org.openqa.selenium.devtools.v115.profiler.model.FunctionCoverage
Coverage data for a JavaScript function.
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionCoverage
(String functionName, List<CoverageRange> ranges, Boolean isBlockCoverage) -
Method Summary
Modifier and TypeMethodDescriptionJavaScript function name.Whether coverage data for this function has block granularity.Source ranges inside the function with coverage data.
-
Constructor Details
-
FunctionCoverage
-
-
Method Details
-
getFunctionName
JavaScript function name. -
getRanges
Source ranges inside the function with coverage data. -
getIsBlockCoverage
Whether coverage data for this function has block granularity.
-