analyze_test_coverage
Map test files to their corresponding implementation files by analyzing naming patterns, imports, and code references to identify test-to-code relationships with high accuracy.
Instructions
Analyze test coverage by mapping test files to their corresponding implementation files. Identifies test-to-code relationships through naming patterns, imports, and code references with 95% accuracy target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_by | No | How to group the coverage results (default: file) | file |
| min_confidence | No | Minimum confidence threshold for test-implementation mapping (default: 0.5) | |
| include_orphans | No | Include implementation files without test coverage (default: true) | |
| include_untested | No | Include test files without clear implementation targets (default: false) |