data class StartPreciseCoverageRequest
Request object containing input parameters for the ProfilerDomain.startPreciseCoverage command.
<init> |
Request object containing input parameters for the ProfilerDomain.startPreciseCoverage command. StartPreciseCoverageRequest(callCount: Boolean? = null, detailed: Boolean? = null, allowTriggeredUpdates: Boolean? = null) |
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? |