[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [TakePreciseCoverageResponse](./puppeteer.protocol.profiler.takeprecisecoverageresponse.md) > [result](./puppeteer.protocol.profiler.takeprecisecoverageresponse.result.md) ## Protocol.Profiler.TakePreciseCoverageResponse.result property Coverage data for the current isolate. Signature: ```typescript result: ScriptCoverage[]; ```