coverage-on ( -- ) - Factor Documentation (original) (raw)

coverage-on ( -- )
Coverage tool

Prev: reset-coverage ( object -- )
Next: coverage-off ( -- )

Vocabulary
tools.coverage

Word description
Activates the coverage tool on a word or vocabulary and its private vocabulary.

Definition

USING: namespaces ;

IN: tools.coverage

: coverage-on ( -- ) t covered set-global ;