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

MyIntervals / PHP-CSS-Parser / 13660901893

04 Mar 2025 06:57PM UTC coverage: 55.726%. Remained the same
13660901893

push

github

web-flow
[CLEANUP] Avoid Hungarian notation for `components` (#1074)

Part of #756

15 of 24 new or added lines in 5 files covered. (62.5%)

1056 of 1895 relevant lines covered (55.73%)

12.2 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

19
    public function render(OutputFormat $outputFormat): string
×
20
    {
NEW
21
        return $outputFormat->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