test-coverage ( vocab -- coverage )
Coverage tool

Prev:%coverage ( string -- x )
Next:each-word ( string quot -- )


Vocabulary
tools.coverage

Inputs
vocaba vocabulary specifier


Outputs
coveragea sequence


Word description
Enables code coverage for a vocabulary and runs its unit tests. The returned value is a sequence of pairs containing names and quotations which did not execute.

Definition