Analyze code coverage metrics and identify untested code
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install test-coverage-analyzer@claude-code-plugins-plus# Test Coverage Analyzer Analyze test coverage metrics, identify untested code paths, and generate comprehensive coverage reports. ## Capabilities - **Line coverage** - Which lines are executed - **Branch coverage** - Which branches taken - **Function coverage** - Which functions called - **Statement coverage** - Which statements executed - **Uncovered code identification** - Find gaps - **Coverage trends** - Track over time - **Threshold enforcement** - Minimum coverage requirements ## Usage ## Report Format ## Best Practices - Aim for 80%+ coverage - 100% coverage != bug-free -...