check_documentation_coverage
Calculate the fraction of documented elements in a SysML model, with options to include only user-authored elements or all named elements.
Instructions
Return the fraction of named elements that have documentation set.
scope controls the denominator:
"authored"(default) — only user-model elements; avoids the ~25% ceiling caused by ~1840 undocumentable SysML library elements."all"— every named element (legacy behaviour).
coverage reflects the scoped fraction; coverageModelWide is always
reported for reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | authored |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||