cos_graph_test_gap
Identify untested functions, methods, and classes in your codebase by detecting symbols with zero inbound edges from any test. Filter by kind and limit results to uncover gaps in test coverage.
Instructions
List prod function/method/class with zero inbound edge from any test (untested symbols).
Candidates only: indirect exercise (CLI / fixtures / dynamic dispatch) may not appear as a graph edge. Shell excluded (no call-graph).
Args: kind: Optional filter — function | method | class. Empty = all three. top: Max returned (default 50, max 500).
Returns:
JSON envelope with untested (list) + total_count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| kind | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |