get_coverage
Check which files were analyzed and which were skipped to find gaps in your codebase analysis, verify include/exclude patterns, and debug empty query results.
Instructions
Check which files were analyzed and which were skipped.
Use this to:
Find gaps: "Why doesn't query find this file?" — check if it was analyzed
Verify include/exclude patterns work correctly
Debug empty query results: file not in graph → not analyzed
Identify unsupported file types or parse errors
Returns: analyzed/skipped file counts, coverage percentage, skip reasons.
Use AFTER analyze_project when queries return unexpected empty results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to check coverage for | |
| depth | No | Directory depth to report (default: 2) |