Condition Coverage

blib/lib/Regexp/Lexer.pm
Criterion Covered Total %
condition 14 16 87.5


and 3 conditions

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 '^'

or 2 conditions

line l !l condition
195 8 2 $type || {id => 31, name => 'EscapedCharacter'}
205 12 27 $specialChar{$c} || {id => 1, name => 'Character'}

or 3 conditions

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 '{'