chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.profiler / StartPreciseCoverageRequest

StartPreciseCoverageRequest

data class StartPreciseCoverageRequest

Request object containing input parameters for the ProfilerDomain.startPreciseCoverage command.

Constructors

<init>

Request object containing input parameters for the ProfilerDomain.startPreciseCoverage command.

StartPreciseCoverageRequest(callCount: Boolean? = null, detailed: Boolean? = null, allowTriggeredUpdates: Boolean? = null)

Properties

allowTriggeredUpdates

Allow the backend to send updates on its own initiative

val allowTriggeredUpdates: Boolean?

callCount

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

val callCount: Boolean?

detailed

Collect block-based coverage.

val detailed: Boolean?