test-coverage-analyzer
Analyze code coverage metrics, identify untested code, and generate comprehensive coverage reports
Installation
Open Claude Code and run this command:
/plugin install test-coverage-analyzer@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Analyze code coverage metrics, identify untested code, and generate comprehensive coverage reports.
Features
- Multi-metric coverage - Lines, branches, functions, statements
- Untested code identification - Find coverage gaps
- Coverage trends - Track improvements over time
- Threshold enforcement - Minimum coverage requirements
- Detailed reports - Per-file, per-function analysis
- Visual coverage maps - Highlight uncovered code
Skills (1)
analyzing-test-coverage
View full skill →
'Analyze code coverage metrics and identify untested code paths.
ReadWriteEditGrepGlobBash(test:coverage-*)
How It Works
/analyze-coverage # Full coverage analysis
/analyze-coverage --threshold 80
/cov # Shortcut