test-coverage-analyzer

v1.24.0 by Jeremy Longshore

Analyze code coverage metrics, identify untested code, and generate comprehensive coverage reports

MIT License
Claude Code Adapters (declared)

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) plugin-local skills

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

Ready to use test-coverage-analyzer?