• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dbublik / unused-class-hunter / 13723100383

07 Mar 2025 02:46PM UTC coverage: 99.833% (-0.2%) from 100.0%
13723100383

Pull #34

github

web-flow
Merge 35a2903c0 into 18e4201c5
Pull Request #34: Added GitHub reporter

0 of 1 new or added line in 1 file covered. (0.0%)

599 of 600 relevant lines covered (99.83%)

14.27 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/ValueObject/UnusedClass.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace DBublik\UnusedClassHunter\ValueObject;
6

7
final readonly class UnusedClass
8
{
9
    public function unusedMethod(): never
10
    {
NEW
11
        exit;
×
12
    }
13
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc