BranchCoverage

constructor(executed: Int, location: Position = definedExternally, label: String = definedExternally)(source)

Parameters

executed

The number of times this branch was executed, or a boolean indicating whether it was executed if the exact count is unknown. If zero or false, the branch will be marked as un-covered.

location

The branch position.

Online Documentation


constructor(executed: Boolean, location: Position = definedExternally, label: String = definedExternally)(source)
constructor(executed: Int, location: Range, label: String = definedExternally)(source)
constructor(executed: Boolean, location: Range, label: String = definedExternally)(source)