blib/lib/OGDL/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 24 | 45.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
315 | 0 | 0 | 0 | $c ne ' ' and $c ne "\t" |
348 | 2494 | 6 | 3 | $c eq $term and not $cprev eq '\\' |
354 | 2343 | 3 | 154 | $strip < $i and _isSpaceChar($c) |
420 | 0 | 0 | 0 | defined $next and $next eq ' ' |
430 | 0 | 127 | 242 | defined $next and not $next =~ /^([ \t\r\n\(\);,]|# )/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
203 | 0 | 3 | 223 | $c eq q['] or $c eq '"' |
347 | 2503 | 0 | 0 | $c = _getc($p) or $c eq '0' |
420 | 0 | 0 | 0 | defined $next and $next eq ' ' or $next eq '\\t' |