blib/lib/Biblio/Citation/Parser/Standard.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 30 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
313 | 0 | 0 | 0 | defined $1 and defined $2 |
460 | 4 | 1 | 0 | $curr_rel == $max_rel and $curr_conc > $max_conc |
541 | 1 | 0 | 0 | defined $metaout{'publisher'} and not defined $metaout{'publication'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
223 | 0 | 0 | 0 | $authstr =~ /^.+,[[:space:]]*.+/ or $authstr =~ /.+\band\b.+/ |
241 | 0 | 0 | 0 | $_ eq 'and' or $_ eq '&' |
0 | 0 | 0 | $_ eq 'and' or $_ eq '&' or /^[[:space:]]*$/ | |
318 | 0 | 0 | 0 | not defined $2 or $2 eq '' |
498 | 0 | 0 | 0 | not defined $metaout{$alt} or $metaout{$alt} eq '' |
511 | 0 | 0 | 9 | not defined $metaout{$_} or $metaout{$_} eq '' |
0 | 0 | 9 | not defined $metaout{$_} or $metaout{$_} eq '' or $_ eq 'any' |