BranchCoverage

constructor(executed: JsAny, location: JsAny = 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