blib/lib/CQL/Lexer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 18 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
178 | 0 | 0 | 1 | $prevToken->getType == 127 and not $$prevToken{'terminated'} |
186 | 0 | 0 | 1 | not $$token{'terminated'} and $i < $#$tokensRef |
211 | 441 | 4 | 10 | $token eq '<' and $iterator->lookAheadToken eq '=' |
441 | 3 | 1 | $token eq '<' and $iterator->lookAheadToken eq '>' | |
437 | 4 | 3 | $token eq '>' and $iterator->lookAheadToken eq '=' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 0 | 65 | 0 | ref $class || $class |