puppeteer/new-docs/puppeteer.protocol.profiler.functioncoverage.isblockcoverage.md

14 lines
595 B
Markdown
Raw Normal View History

<!-- 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; [isBlockCoverage](./puppeteer.protocol.profiler.functioncoverage.isblockcoverage.md)
## Protocol.Profiler.FunctionCoverage.isBlockCoverage property
Whether coverage data for this function has block granularity.
<b>Signature:</b>
```typescript
isBlockCoverage: boolean;
```