[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [TakePreciseCoverageResponse](./puppeteer.protocol.profiler.takeprecisecoverageresponse.md) ## Protocol.Profiler.TakePreciseCoverageResponse interface Signature: ```typescript export interface TakePreciseCoverageResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [result](./puppeteer.protocol.profiler.takeprecisecoverageresponse.result.md) | [ScriptCoverage](./puppeteer.protocol.profiler.scriptcoverage.md)\[\] | Coverage data for the current isolate. | | [timestamp](./puppeteer.protocol.profiler.takeprecisecoverageresponse.timestamp.md) | number | Monotonically increasing time (in seconds) when the coverage update was taken in the backend. |