Liking cljdoc? Tell your friends :D

dots.vscode.branch-coverage

Contains coverage information for a branch of a {@link StatementCoverage }.

Contains coverage information for a branch of a {@link StatementCoverage }.
raw docstring

executed?cljs

(executed? branch-coverage)

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.

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.
sourceraw docstring

labelcljs

(label branch-coverage)

Label for the branch, used in the context of "the ${label} branch was not taken," for example.

Label for the branch, used in the context of "the ${label} branch was
not taken," for example.
sourceraw docstring

locationcljs

(location branch-coverage)

Branch location.

Branch location.
sourceraw docstring

set-executed!cljs

(set-executed! branch-coverage value)

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.

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.
sourceraw docstring

set-label!cljs

(set-label! branch-coverage value)

Label for the branch, used in the context of "the ${label} branch was not taken," for example.

Label for the branch, used in the context of "the ${label} branch was
not taken," for example.
sourceraw docstring

set-location!cljs

(set-location! branch-coverage value)

Branch location.

Branch location.
sourceraw docstring

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

× close