Close code coverage gaps with tests
coverage_gapcommandsetup L2★4
hmchangw/chat ↗What it does
Identify test coverage gaps in codebase
Best for
Identifying test coverage gaps and prioritizing missing test scenarios.
Inputs
- · coverage report
- · source code
Outputs
- · gap analysis with uncovered lines and recommendations
Requires
- · coverage tool
- · code analysis
Preconditions
- · coverage report generated
- · source code available
Failure modes
- · Coverage report not found
- · Incompatible format
Trust signals
- · Line-level gap reporting
- · Test recommendation prioritization