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

tempestphp / tempest-framework / 14148223365

29 Mar 2025 06:16PM UTC coverage: 81.056% (+0.3%) from 80.716%
14148223365

Pull #1100

github

web-flow
Merge a498f8b48 into 0d9328363
Pull Request #1100: refactor(router): improve static page generation console command output

54 of 57 new or added lines in 8 files covered. (94.74%)

3 existing lines in 2 files now uncovered.

11022 of 13598 relevant lines covered (81.06%)

100.36 hits per line

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

50.0
/src/Tempest/Console/src/Highlight/TempestConsoleLanguage/Injections/UnderlineInjection.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Tempest\Console\Highlight\TempestConsoleLanguage\Injections;
6

7
use Tempest\Console\Highlight\ConsoleTokenType;
8
use Tempest\Console\Highlight\IsTagInjection;
9
use Tempest\Highlight\Injection;
10

11
final readonly class UnderlineInjection implements Injection
12
{
13
    use IsTagInjection;
14

15
    public function getTag(): string
215✔
16
    {
17
        return 'u';
215✔
18
    }
19

UNCOV
20
    public function getTokenType(): ConsoleTokenType
×
21
    {
UNCOV
22
        return ConsoleTokenType::UNDERLINE;
×
23
    }
24
}
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