interface Profiler.FunctionCoverage
Coverage data for a JavaScript function.
Properties Jump to heading
Jump to headingfunctionName: string
JavaScript function name.
Source ranges inside the function with coverage data.
Jump to headingisBlockCoverage: boolean
Whether coverage data for this function has block granularity.