DeclarationCoverage

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

Online Documentation

Constructors

Link copied to clipboard
constructor(name: String, executed: JsAny, location: JsAny)

Properties

Link copied to clipboard

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

Link copied to clipboard

Declaration location.

Link copied to clipboard

Name of the declaration.