| blib/lib/MarpaX/Demo/StringParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 7 | 15 | 46.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 413 | 2 | 9 | 18 | $pos < length($string) - 1 and substr($string, $pos, 1) =~ /[\s;]/ | 
| 552 | 0 | 1 | 0 | $label =~ /^ and not $label =~ /^<.*>$/ | 
| 619 | 0 | 0 | 0 | $previous_char ne '\\' and $char eq $terminator | 
| 644 | 0 | 0 | 0 | $label =~ /^['"]/ and not $label =~ /^(['"]).*\1$/ | 
| 697 | 1 | 90 | 8 | $previous_char ne '\\' and $char =~ /$re/ |