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.
(covered test-coverage-count)
Number of items covered in the file.
Number of items covered in the file.
(set-covered! test-coverage-count value)
Number of items covered in the file.
Number of items covered in the file.
(set-total! test-coverage-count value)
Total number of covered items in the file.
Total number of covered items in the file.
(total test-coverage-count)
Total number of covered items in the file.
Total number of covered items in the file.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close