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

tempestphp / tempest-framework / 14279052720

05 Apr 2025 06:00AM UTC coverage: 81.139% (+0.2%) from 80.906%
14279052720

Pull #1115

github

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

357 of 375 new or added lines in 16 files covered. (95.2%)

6 existing lines in 2 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