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

oradwell / covers-validator / 18176432811

01 Oct 2025 09:37PM UTC coverage: 96.377% (-2.0%) from 98.387%
18176432811

push

github

oradwell
Support for PHPUnit 10 (#50)

21 of 25 new or added lines in 5 files covered. (84.0%)

1 existing line in 1 file now uncovered.

133 of 138 relevant lines covered (96.38%)

6.31 hits per line

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

50.0
/src/Loader/FileLoader.php
1
<?php
2

3
namespace OckCyp\CoversValidator\Loader;
4

5
class FileLoader
6
{
7
    /**
8
     * Include a file
9
     *
10
     * @param string $filename
11
     */
12
    public static function loadFile($filename)
13
    {
14
        if (class_exists(\PHPUnit\Util\FileLoader::class, true)) {
1✔
NEW
15
            \PHPUnit\Util\FileLoader::checkAndLoad($filename);
×
16

NEW
17
            return;
×
18
        }
19

20
        include_once $filename;
1✔
21
    }
22
}
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