Liking cljdoc? Tell your friends :D

dots.vscode.test-coverage-count

A class that contains information about a covered resource. A count can be give for lines, branches, and declarations in a file.

A class that contains information about a covered resource. A count can
be give for lines, branches, and declarations in a file.
raw docstring

coveredcljs

(covered test-coverage-count)

Number of items covered in the file.

Number of items covered in the file.
sourceraw docstring

set-covered!cljs

(set-covered! test-coverage-count value)

Number of items covered in the file.

Number of items covered in the file.
sourceraw docstring

set-total!cljs

(set-total! test-coverage-count value)

Total number of covered items in the file.

Total number of covered items in the file.
sourceraw docstring

totalcljs

(total test-coverage-count)

Total number of covered items in the file.

Total number of covered items in the file.
sourceraw docstring

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

× close