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

MyIntervals / PHP-CSS-Parser / 13816116523

12 Mar 2025 04:08PM UTC coverage: 55.573% (-0.1%) from 55.68%
13816116523

Pull #898

github

web-flow
Merge 56fa14cae into 230fd2aa4
Pull Request #898: [TASK] Avoid magic method forwarding in `OutputFormat`

6 of 20 new or added lines in 7 files covered. (30.0%)

1 existing line in 1 file now uncovered.

1042 of 1875 relevant lines covered (55.57%)

12.37 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