blib/lib/Biblio/bp/lib/bp.pl | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 24 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
469 | 134 | 5 | 2 | $glb_Iformat =~ /^$ifmt:/ and $glb_Oformat =~ /^$ofmt:/ |
485 | 132 | 7 | 0 | $cset eq 'auto' and $fmti ne 'auto' |
496 | 137 | 2 | 0 | $cset eq 'auto' and $fmto ne 'auto' |
509 | 0 | 134 | 5 | $success == 2 and $fmti ne $fmto |
765 | 134 | 0 | 0 | defined $format and $format ne $glb_Irfmt{$file} |
801 | 0 | 0 | 0 | defined $format and $format ne $glb_Orfmt{$file} |
1014 | 0 | 0 | 0 | $recout =~ /$cs_escape/o and $fmt ne 'canon' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
459 | 141 | 0 | 3 | defined $ifmt or defined $ofmt |