blib/lib/Biblio/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
118 | 0 | 0 | 0 | @words and !defined($words[0]) || lc($words[0]) =~ /^(the|in(side|to)?|on(to)?|for|from|of+|with(out)?|an?|over)$/ || length $words[0] < 4 |
167 | 236 | 110 | 0 | defined $type and not $type =~ /name/i |
168 | 236 | 0 | 110 | defined $type and $type eq 'xname' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
118 | 0 | 0 | 0 | !defined($words[0]) || lc($words[0]) =~ /^(the|in(side|to)?|on(to)?|for|from|of+|with(out)?|an?|over)$/ || length $words[0] < 4 |
351 | 64 | 0 | 0 | scalar @pp > 1 || $pages =~ /f$/ |