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

klinge / sl-webapp / 18972069596

31 Oct 2025 12:08PM UTC coverage: 74.73% (+11.1%) from 63.602%
18972069596

Pull #115

github

web-flow
Merge c283235e4 into 63f7c79ae
Pull Request #115: 106 refactor controllers

677 of 783 new or added lines in 31 files covered. (86.46%)

80 existing lines in 4 files now uncovered.

1662 of 2224 relevant lines covered (74.73%)

3.82 hits per line

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

0.0
/App/Services/UrlGeneratorService.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace App\Services;
6

7
use App\Application;
8

9
class UrlGeneratorService
10
{
11
    public function __construct(private Application $app)
12
    {
NEW
13
    }
×
14

15
    public function createUrl(string $routeName, array $params = []): string
16
    {
NEW
17
        $route = $this->app->getRouter()->getNamedRoute($routeName);
×
NEW
18
        return $route->getPath($params);
×
19
    }
20
}
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