Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 16 | All time: 11,356 This week: 488 |
Version | License | PHP version | Categories | |||
laravel-route-covera 1.0 | MIT/X Consortium ... | 7 | HTML, Libraries, Console, Design Patt..., T..., P... |
Laravel route coverage report.
With this package you can see the percentage of test coverage of your routes. Unless of course you do it through Laravel or PHPUnit tests.
The package will scan all your tests collecting all the http queries that are called in them. After that, it will compare the results with the routes of your application. Routes are taken only by the App
prefix to exclude vendor routes.
The package can be installed via composer:
composer require yzen.dev/laravel-route-coverage --dev
Generate report:
php artisan route:coverage
After executing the command, the result of the report will be displayed in the console in the following form:
<img width="1148" alt="console-all-routes" src="https://user-images.githubusercontent.com/24630195/157137803-d73fe73e-a0fc-49a1-8eb3-aeb3daf43b30.png">
php artisan route:coverage --group-by-controller
In this case, all the results will be grouped by controllers, displaying how many actions there are in the controller, and how many of them are covered by tests.
<img width="448" alt="console-group-by-controller" src="https://user-images.githubusercontent.com/24630195/157138734-03639864-ea6c-45eb-8819-6dc732da9e3c.png">
php artisan route:coverage --html
Due to the --html
option, you will also receive a generated report in the html page. The report will be located in the public directory public/route-coverage
<img width="1721" alt="html-report" src="https://user-images.githubusercontent.com/24630195/157138963-a6a0d24c-2020-4546-845a-130897cc9545.png">
Files (39) |
File | Role | Description | ||
---|---|---|---|---|
.github (1 directory) | ||||
public (1 file) | ||||
src (4 files, 4 directories) | ||||
tests (5 files, 2 directories) | ||||
.editorconfig | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
coverage.xml | Data | Auxiliary data | ||
phpcs.xml | Data | Auxiliary data | ||
phpstan.neon | Data | Auxiliary data | ||
phpunit.xml | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Files (39) | / | .github | / | workflows |
File | Role | Description |
---|---|---|
code-analyze.yml | Data | Auxiliary data |
tests.yml | Data | Auxiliary data |
Files (39) | / | src |
File | Role | Description | ||
---|---|---|---|---|
Commands (1 file) | ||||
config (1 file) | ||||
Parser (1 file) | ||||
Report (1 file, 2 directories) | ||||
RouteCollection.php | Class | Class source | ||
RouteCoverage.php | Class | Class source | ||
RouterService.php | Class | Class source | ||
ServiceProvider.php | Class | Class source |
Files (39) | / | src | / | Report |
File | Role | Description | ||
---|---|---|---|---|
Html (1 file, 1 directory) | ||||
Junit (1 file) | ||||
AbstractReport.php | Class | Class source |
Files (39) | / | src | / | Report | / | Html |
File | Role | Description | ||
---|---|---|---|---|
template (2 directories) | ||||
Reporter.php | Class | Class source |
Files (39) | / | src | / | Report | / | Html | / | template | / | css |
File | Role | Description |
---|---|---|
bootstrap.min.css | Data | Auxiliary data |
Files (39) | / | src | / | Report | / | Html | / | template | / | js |
File | Role | Description |
---|---|---|
bootstrap.bundle.min.js | Data | Auxiliary data |
Files (39) | / | tests |
File | Role | Description | ||
---|---|---|---|---|
FakeTest (7 files) | ||||
Support (4 files) | ||||
ParserDirectoryTest.php | Class | Class source | ||
ReportHtmlTest.php | Class | Class source | ||
ReportJunitTest.php | Class | Class source | ||
RouterCoverageTest.php | Class | Class source | ||
RouterServiceTest.php | Class | Class source |
Files (39) | / | tests | / | FakeTest |
File | Role | Description |
---|---|---|
DeleteRequest.php | Class | Class source |
FakeMakesHttpRequests.php | Class | Class source |
GetRequest.php | Class | Class source |
JsonRequest.php | Class | Class source |
PatchRequest.php | Class | Class source |
PostRequest.php | Class | Class source |
PutRequest.php | Class | Class source |
Files (39) | / | tests | / | Support |
File | Role | Description |
---|---|---|
ConfigTrait.php | Class | Class source |
FakeDispatcher.php | Class | Class source |
RouterArray.php | Class | Class source |
RouterTrait.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.