blib/lib/BibTeX/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 17 | 82.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
240 | 27 | 2 | 345 | $numbraces != 0 and pos $string < length $string |
line | l | !l | condition |
---|---|---|---|
129 | 1 | 0 | pos $_ || 0 |
138 | 0 | 1 | pos $_ || 0 |
183 | 10 | 0 | $strings_ref->{$1} || '' |
257 | 108 | 112 | pos $string || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 1 | 1 | 32 | $type eq 'COMMENT' or $type eq 'PREAMBLE' |
230 | 238 | 168 | 16 | not defined pos $string or pos $string < length $string |