<!-- 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[];
```