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

tempestphp / tempest-framework / 14279044006

05 Apr 2025 05:59AM UTC coverage: 81.139% (+0.2%) from 80.906%
14279044006

Pull #1115

github

web-flow
Merge f5e63ae2b into 90e820853
Pull Request #1115: refactor(view): implement custom html parser

275 of 292 new or added lines in 13 files covered. (94.18%)

10 existing lines in 5 files now uncovered.

11344 of 13981 relevant lines covered (81.14%)

104.8 hits per line

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

0.0
/src/Tempest/View/src/Elements/CommentElement.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Tempest\View\Elements;
6

7
use Tempest\View\Element;
8

9
final class CommentElement implements Element
10
{
11
    use IsElement;
12

UNCOV
13
    public function __construct(
×
14
        private readonly string $content,
UNCOV
15
    ) {}
×
16

UNCOV
17
    public function compile(): string
×
18
    {
UNCOV
19
        return sprintf('<!--%s-->', $this->content);
×
20
    }
21
}
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