Class FunctionCoverage

java.lang.Object
org.openqa.selenium.devtools.v122.profiler.model.FunctionCoverage

public class FunctionCoverage extends Object
Coverage data for a JavaScript function.
  • Constructor Details

  • Method Details

    • getFunctionName

      public String getFunctionName()
      JavaScript function name.
    • getRanges

      public List<CoverageRange> getRanges()
      Source ranges inside the function with coverage data.
    • getIsBlockCoverage

      public Boolean getIsBlockCoverage()
      Whether coverage data for this function has block granularity.