puppeteer/new-docs/puppeteer.protocol.profiler.functioncoverage.ranges.md
2020-07-13 14:01:35 +01:00

14 lines
558 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Profiler](./puppeteer.protocol.profiler.md) &gt; [FunctionCoverage](./puppeteer.protocol.profiler.functioncoverage.md) &gt; [ranges](./puppeteer.protocol.profiler.functioncoverage.ranges.md)
## Protocol.Profiler.FunctionCoverage.ranges property
Source ranges inside the function with coverage data.
<b>Signature:</b>
```typescript
ranges: CoverageRange[];
```