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

RonasIT / laravel-swagger / 19128370797

06 Nov 2025 07:39AM UTC coverage: 99.311% (-0.3%) from 99.647%
19128370797

Pull #174

github

web-flow
Merge 5c8cfeb6f into 4ec8d4d34
Pull Request #174: 163 modify 500 code error response page

26 of 26 new or added lines in 5 files covered. (100.0%)

3 existing lines in 3 files now uncovered.

865 of 871 relevant lines covered (99.31%)

21.5 hits per line

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

0.0
/src/Exceptions/SpecValidation/MissingLocalRefException.php
1
<?php
2

3
namespace RonasIT\AutoDoc\Exceptions\SpecValidation;
4

5
class MissingLocalRefException extends InvalidSwaggerSpecException
6
{
7
    public function __construct(string $ref, string $parentField)
8
    {
UNCOV
9
        parent::__construct("Ref '{$ref}' is used in \$ref but not defined in '{$parentField}' field.");
×
10
    }
11
}
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