cos_graph_test_gap
Identify untested production functions, methods, and classes by analyzing call graph edges. Filter by symbol kind and limit results to find code lacking direct 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 |