test-coverage-analyzer Verified Gold

Verified Gold · 92/100 testing v1.0.0 by Jeremy Longshore

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

MIT License
Free Pricing

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 SKILL.md 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?