<word-help-coverage> ( word -- coverage )


Vocabulary
help.lint.coverage

Inputs
worda string or a word


Outputs
coveragea word-help-coverage


Generic word contract
Looks up a word in the current scope and generates a documentation coverage report for it.

Examples
USING: help.lint.coverage prettyprint ; \ <word-help-coverage> <word-help-coverage> ...
T{ word-help-coverage { word-name <word-help-coverage> } { 100%-coverage? t } }


See also
<vocab-help-coverage>, <prefix-help-coverage>

Definition


Methods