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

MyIntervals / PHP-CSS-Parser / 16112982700

07 Jul 2025 09:18AM UTC coverage: 57.935%. Remained the same
16112982700

Pull #1307

github

web-flow
Merge 81b4533d5 into 674cfa00c
Pull Request #1307: [DOCS] Temporarily drop some markers from the class diagram

1055 of 1821 relevant lines covered (57.94%)

16.67 hits per line

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

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

3
declare(strict_types=1);
4

5
namespace Sabberworm\CSS\Parsing;
6

7
/**
8
 * @internal since 8.7.0
9
 */
10
class Anchor
11
{
12
    /**
13
     * @var int<0, max>
14
     */
15
    private $position;
16

17
    /**
18
     * @var ParserState
19
     */
20
    private $parserState;
21

22
    /**
23
     * @param int<0, max> $position
24
     */
25
    public function __construct(int $position, ParserState $parserState)
×
26
    {
27
        $this->position = $position;
×
28
        $this->parserState = $parserState;
×
29
    }
×
30

31
    public function backtrack(): void
×
32
    {
33
        $this->parserState->setPosition($this->position);
×
34
    }
×
35
}
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