Liking cljdoc? Tell your friends :D

dots.vscode.statement-coverage

Contains coverage information for a single statement or line.

Contains coverage information for a single statement or line.
raw docstring

branchescljs

(branches statement-coverage)

Coverage from branches of this line or statement. If it's not a conditional, this will be empty.

Returns: BranchCoverage[]

Coverage from branches of this line or statement. If it's not a
conditional, this will be empty.

**Returns:** `BranchCoverage[]`
sourceraw docstring

executed?cljs

(executed? statement-coverage)

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

Returns: number | boolean

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

**Returns:** `number | boolean`
sourceraw docstring

locationcljs

(location statement-coverage)

Statement location.

Returns: Range | Position

Statement location.

**Returns:** `Range | Position`
sourceraw docstring

set-branches!cljs

(set-branches! statement-coverage value)

Coverage from branches of this line or statement. If it's not a conditional, this will be empty.

Coverage from branches of this line or statement. If it's not a
conditional, this will be empty.
sourceraw docstring

set-executed!cljs

(set-executed! statement-coverage value)

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

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

set-location!cljs

(set-location! statement-coverage value)

Statement location.

Statement location.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close