coverage ( object -- seq )
Coverage tool

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


Vocabulary
tools.coverage

Inputs
objectan object


Outputs
seqa sequence


Word description
Outputs a sequence of quotations that were not called since coverage tracking was enabled. If the input is a string, the output is an alist of word-name/quotations that were not used. If the input is a word name, the output is a sequence of quotations.

Definition


Methods