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

MyIntervals / PHP-CSS-Parser / 13060755411

30 Jan 2025 08:33PM UTC coverage: 45.068% (+0.06%) from 45.006%
13060755411

Pull #853

github

web-flow
Merge 7dc3be2a7 into c8a7b5fba
Pull Request #853: [CLEANUP] Extract method `Color::shouldRenderAsHex`

5 of 5 new or added lines in 1 file covered. (100.0%)

795 of 1764 relevant lines covered (45.07%)

10.79 hits per line

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

0.0
/src/Parsing/OutputException.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Sabberworm\CSS\Parsing;
6

7
/**
8
 * Thrown if the CSS parser attempts to print something invalid.
9
 */
10
final class OutputException extends SourceException
11
{
12
    /**
13
     * @param string $sMessage
14
     * @param int $lineNumber
15
     */
16
    public function __construct($sMessage, $lineNumber = 0)
×
17
    {
18
        parent::__construct($sMessage, $lineNumber);
×
19
    }
×
20
}
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