Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-node
/
node.test
/
TestCoverageSummaryThresholds
Test
Coverage
Summary
Thresholds
sealed
external
interface
TestCoverageSummaryThresholds
(
source
)
Members
Properties
branch
Link copied to clipboard
abstract
var
branch
:
Double
The branch coverage threshold.
function
Link copied to clipboard
abstract
var
function
:
Double
The function coverage threshold.
line
Link copied to clipboard
abstract
var
line
:
Double
The line coverage threshold.