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

RonasIT / laravel-swagger / 18343004013

08 Oct 2025 11:22AM UTC coverage: 99.431% (-0.2%) from 99.647%
18343004013

Pull #183

github

web-flow
Merge 15f9f2791 into 4ec8d4d34
Pull Request #183: Test2 163 modify 500 code error response page

34 of 34 new or added lines in 2 files covered. (100.0%)

2 existing lines in 2 files now uncovered.

874 of 879 relevant lines covered (99.43%)

21.54 hits per line

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

0.0
/src/Exceptions/EmptyDocFileException.php
1
<?php
2

3
namespace RonasIT\AutoDoc\Exceptions;
4

5
use Exception;
6

7
class EmptyDocFileException extends Exception
8
{
9
    public function __construct(string $filename)
10
    {
UNCOV
11
        parent::__construct("Doc file '{$filename}' is empty.");
×
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