Analyze test coverage for PHP, Laravel, Livewire, and Filament projects using Pest 4, identifying gaps and suggesting improvements.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install docker-specialist@mwguerra-marketplace# guerra:analyze-coverage ## Command Overview Analyze test coverage for PHP, Laravel, Livewire, and Filament projects using Pest 4, identifying gaps and suggesting improvements. ## Syntax ## Options - `--path=<n>` - Analyze specific path or file - `--min=<n>` - Set minimum coverage threshold (default: 80) - `--report=<type>` - Generate report (html, text, clover, xml) - `--missing` - Show only missing coverage - `--detailed` - Show detailed line-by-line coverage - `--suggest` - Suggest tests for uncovered code - `--save` - Save report to file ## Documentation Reference 1. **Pest Covera...