Skip to main content
interface Profiler.StartPreciseCoverageParameterType

Properties

optional
callCount: boolean | undefined

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

optional
detailed: boolean | undefined

Collect block-based coverage.

Back to top