API Docs for: 0.9.3
Show:

Coverage Class

Extends Base
Defined in: lib/coverage.js:10

Methods

getExcludes

() String[]

Defined in lib/coverage.js:114

Get excludes for coverage

Returns:

getIncludes

() String[]

Defined in lib/coverage.js:104

Get includes for coverage

Returns:

getInstance

()

Defined in lib/coverage.js:43

Gets the client-driver instance

Returns:

:

getOptions

() Object

Defined in lib/coverage.js:53

Gets the options

Returns:

getPath

() String

Defined in lib/coverage.js:74

Get path to where the coverage data should be written to

Returns:

getReports

() String

Defined in lib/coverage.js:94

Gets the type of reports to create

Returns:

getRoot

() String

Defined in lib/coverage.js:84

Gets the root-directory

Returns:

initialize

()

Defined in lib/coverage.js:33

Initializes the instance

isActive

() String

Defined in lib/coverage.js:64

Is coverage active?

Returns:

toObject

() Object

Defined in lib/coverage.js:125

Exports data to an object

Returns:

Properties

TYPE

String static

Defined in lib/coverage.js:137