blib/lib/BibTeX/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 17 | 82.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
241 | 27 | 2 | 345 | $numbraces != 0 and pos $string < length $string |
line | l | !l | condition |
---|---|---|---|
130 | 1 | 0 | pos $_ || 0 |
139 | 0 | 1 | pos $_ || 0 |
184 | 10 | 0 | $strings_ref->{$1} || '' |
258 | 108 | 112 | pos $string || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
95 | 1 | 1 | 32 | $type eq "COMMENT" or $type eq "PREAMBLE" |
231 | 238 | 168 | 16 | not defined pos $string or pos $string < length $string |