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

MyIntervals / PHP-CSS-Parser / 13227226720

09 Feb 2025 03:43PM UTC coverage: 49.156%. Remained the same
13227226720

push

github

web-flow
[TASK] Use native type declarations for `Renderable` (#891)

3 of 11 new or added lines in 11 files covered. (27.27%)

932 of 1896 relevant lines covered (49.16%)

11.16 hits per line

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

60.0
/src/Value/CalcRuleValueList.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Sabberworm\CSS\Value;
6

7
use Sabberworm\CSS\OutputFormat;
8

9
class CalcRuleValueList extends RuleValueList
10
{
11
    /**
12
     * @param int<0, max> $lineNumber
13
     */
14
    public function __construct($lineNumber = 0)
4✔
15
    {
16
        parent::__construct(',', $lineNumber);
4✔
17
    }
4✔
18

NEW
19
    public function render(OutputFormat $oOutputFormat): string
×
20
    {
21
        return $oOutputFormat->implode(' ', $this->aComponents);
×
22
    }
23
}
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

© 2025 Coveralls, Inc