[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [StartPreciseCoverageRequest](./puppeteer.protocol.profiler.startprecisecoveragerequest.md) ## Protocol.Profiler.StartPreciseCoverageRequest interface Signature: ```typescript export interface StartPreciseCoverageRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [allowTriggeredUpdates](./puppeteer.protocol.profiler.startprecisecoveragerequest.allowtriggeredupdates.md) | boolean | Allow the backend to send updates on its own initiative | | [callCount](./puppeteer.protocol.profiler.startprecisecoveragerequest.callcount.md) | boolean | Collect accurate call counts beyond simple 'covered' or 'not covered'. | | [detailed](./puppeteer.protocol.profiler.startprecisecoveragerequest.detailed.md) | boolean | Collect block-based coverage. |