DeclarationCoverage

constructor(name: String, executed: JsAny, location: JsAny)(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