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