DeclarationCoverage

constructor(name: String, executed: Int, location: Position)(source)

Parameters

executed

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

location

The declaration position.

Online Documentation


constructor(name: String, executed: Boolean, location: Position)(source)
constructor(name: String, executed: Int, location: Range)(source)
constructor(name: String, executed: Boolean, location: Range)(source)