StartPreciseCoverageRequest

@Serializable
data class StartPreciseCoverageRequest(val callCount: Boolean? = null, val detailed: Boolean? = null, val allowTriggeredUpdates: Boolean? = null)

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

Constructors

Link copied to clipboard
constructor(callCount: Boolean? = null, detailed: Boolean? = null, allowTriggeredUpdates: Boolean? = null)

Types

Link copied to clipboard
class Builder

A builder for StartPreciseCoverageRequest, which allows setting the optional parameters of the ProfilerDomain.startPreciseCoverage command via a lambda.

Properties

Link copied to clipboard

Allow the backend to send updates on its own initiative

Link copied to clipboard
val callCount: Boolean? = null

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

Link copied to clipboard
val detailed: Boolean? = null

Collect block-based coverage.