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

MyIntervals / PHP-CSS-Parser / 13816484831

12 Mar 2025 04:25PM UTC coverage: 55.68%. Remained the same
13816484831

push

github

web-flow
[CLEANUP] Avoid magic method forwarding in `CalcRuleValueList` (#1157)

Part of #1147

0 of 1 new or added line in 1 file covered. (0.0%)

1044 of 1875 relevant lines covered (55.68%)

12.38 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(int $lineNumber = 0)
4✔
15
    {
16
        parent::__construct(',', $lineNumber);
4✔
17
    }
4✔
18

19
    public function render(OutputFormat $outputFormat): string
×
20
    {
NEW
21
        return $outputFormat->getFormatter()->implode(' ', $this->components);
×
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

© 2026 Coveralls, Inc