Vocabulary help .
lint .
coverage Inputs Outputs Word description Runs the help coverage checker on every child vocabulary of the given
prefix , including the base vocabulary. If
private? is
f , the prefix's child
.private vocabularies are not checked. If
private? is
t ,
all child vocabularies are checked.
Examples USING: help.lint.coverage prettyprint ;
"english" t <prefix-help-coverage> ...{
T{ word-help-coverage
{ word-name ?plural-article }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name ?pluralize }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name a/an }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name a10n }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name comma-list }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name count-of-things }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name plural? }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name pluralize }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name singular? }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name singularize }
{ 100%-coverage? t }
}
T{ word-help-coverage
{ word-name vowel? }
{ omitted-sections { $values $description $examples } }
}
T{ word-help-coverage
{ word-name vowels }
{ omitted-sections { $values $description $examples } }
}
T{ word-help-coverage
{ word-name $0-plurality }
{ omitted-sections { $values $description $examples } }
}
T{ word-help-coverage
{ word-name $keep-case }
{ omitted-sections { $values $description $examples } }
}
T{ word-help-coverage
{ word-name match-case }
{ omitted-sections { $values $description $examples } }
}
T{ word-help-coverage
{ word-name plural-to-singular }
{ omitted-sections { $values $description $examples } }
}
T{ word-help-coverage
{ word-name singular-to-plural }
{ omitted-sections { $values $description $examples } }
}
}
See also <word-help-coverage> ,
<vocab-help-coverage> Definition
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.101 x86.64 (2285, heads/master-efda6dad2f, Nov 20 2024 16:02:37)