interface Profiler.StartPreciseCoverageParameterType Usage in Deno```typescript import { Profiler } from "node:node__inspector--promises.d.ts"; ``` Properties optional callCount: boolean | undefined Collect accurate call counts beyond simple 'covered' or 'not covered'. optional detailed: boolean | undefined Collect block-based coverage.