get_coverage_matrix
Generate a coverage matrix showing spec-to-test relationships, identifying untested specs and orphan tests. Filter results by minimum test count and orphan inclusion.
Instructions
Snapshot of every spec ↔ test link recorded in the local index. Returns both structured rows and a ready-to-paste markdown table — call this when a user asks 'what's tested' or 'which specs have no tests'. Filters: min_tests (default 0; set to 0 to find untested specs, set to 1 to hide them) and include_orphans (default true). Returns {specs_total, specs_shown, specs_untested, orphan_count, rows[], markdown}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_tests | No | ||
| include_orphans | No |