| blib/lib/BibTeX/Parser/Author.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 18 | 11.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 216 | 0 | 0 | 0 | @name_parts and ucfirst $name_parts[0] eq $name_parts[0] |
| 222 | 0 | 0 | 0 | @name_parts and lc $name_parts[0] eq $name_parts[0] |
| 232 | 0 | 0 | 0 | not $tokens[0] =~ /\{/ and $tokens[0] =~ /^((.*)\s+)?\b(\S+)$/ |
| 244 | 0 | 0 | 0 | @von_last_parts and lc $von_last_parts[0] eq $von_last_parts[0] |
| 252 | 0 | 0 | 0 | @von_last_parts and lc $von_last_parts[0] eq $von_last_parts[0] |
| 311 | 5 | 0 | 66 | $numbraces != 0 and length $string |