mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Profiler > FunctionCoverage
Protocol.Profiler.FunctionCoverage interface
Coverage data for a JavaScript function.
Signature:
export interface FunctionCoverage
Properties
Property | Type | Description |
---|---|---|
functionName | string | JavaScript function name. |
isBlockCoverage | boolean | Whether coverage data for this function has block granularity. |
ranges | CoverageRange[] | Source ranges inside the function with coverage data. |