Profiler.StartPreciseCoverageParameterType - Node documentation
interface Profiler.StartPreciseCoverageParameterType

Usage in Deno

import { type Profiler } from "node:inspector";
type { StartPreciseCoverageParameterType } = Profiler;

Properties

optional
callCount: boolean | undefined

Collect accurate call counts beyond simple 'covered' or 'not covered'.

optional
detailed: boolean | undefined

Collect block-based coverage.