[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [StartPreciseCoverageRequest](./puppeteer.protocol.profiler.startprecisecoveragerequest.md) > [callCount](./puppeteer.protocol.profiler.startprecisecoveragerequest.callcount.md) ## Protocol.Profiler.StartPreciseCoverageRequest.callCount property Collect accurate call counts beyond simple 'covered' or 'not covered'. Signature: ```typescript callCount?: boolean; ```