blib/lib/Regexp/Lexer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 16 | 87.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
122 | 1 | 5 | 1 | defined $chars[-1] and $chars[-1] eq '$' |
127 | 1 | 5 | 1 | defined $chars[0] and $chars[0] eq '^' |
line | l | !l | condition |
---|---|---|---|
195 | 8 | 2 | $type || {id => 31, name => 'EscapedCharacter'} |
205 | 12 | 27 | $specialChar{$c} || {id => 1, name => 'Character'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
147 | 0 | 0 | 12 | not defined $next_c or $next_c ne '\\' |
190 | 1 | 1 | 2 | not defined $next_c or $next_c ne '{' |