Liking cljdoc? Tell your friends :D

dots.vscode.file-coverage

Contains coverage metadata for a file.

Contains coverage metadata for a file.
raw docstring

branch-coveragecljs

(branch-coverage file-coverage)

Branch coverage information.

Branch coverage information.
sourceraw docstring

declaration-coveragecljs

(declaration-coverage file-coverage)

Declaration coverage information. Depending on the reporter and language, this may be types such as functions, methods, or namespaces.

Declaration coverage information. Depending on the reporter and
language, this may be types such as functions, methods, or namespaces.
sourceraw docstring

from-detailscljs

(from-details uri details)

Creates a {@link FileCoverage } instance with counts filled in from the coverage details.

Parameters:

  • uri: Uri - Covered file URI
  • details: readonly FileCoverageDetail[]

Returns: FileCoverage

Creates a {@link FileCoverage } instance with counts filled in from
the coverage details.

**Parameters:**
- `uri`: `Uri` - Covered file URI
- `details`: `readonly FileCoverageDetail[]`

**Returns:** `FileCoverage`
sourceraw docstring

set-branch-coverage!cljs

(set-branch-coverage! file-coverage value)

Branch coverage information.

Branch coverage information.
sourceraw docstring

set-declaration-coverage!cljs

(set-declaration-coverage! file-coverage value)

Declaration coverage information. Depending on the reporter and language, this may be types such as functions, methods, or namespaces.

Declaration coverage information. Depending on the reporter and
language, this may be types such as functions, methods, or namespaces.
sourceraw docstring

set-statement-coverage!cljs

(set-statement-coverage! file-coverage value)

Statement coverage information. If the reporter does not provide statement coverage information, this can instead be used to represent line coverage.

Statement coverage information. If the reporter does not provide statement
coverage information, this can instead be used to represent line coverage.
sourceraw docstring

statement-coveragecljs

(statement-coverage file-coverage)

Statement coverage information. If the reporter does not provide statement coverage information, this can instead be used to represent line coverage.

Statement coverage information. If the reporter does not provide statement
coverage information, this can instead be used to represent line coverage.
sourceraw docstring

uricljs

(uri file-coverage)

File URI.

File URI.
sourceraw docstring

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

× close