Condition Coverage

blib/lib/Bio/GenBankParser.pm
Criterion Covered Total %
condition 1 15 6.6


and 3 conditions

line !l l&&!r l&&r condition
66 1 0 0 @_ && ref $_[0] eq 'HASH'
103 0 0 0 -e $file and -s _
0 0 0 -e $file and -s _ and -r _
159 0 0 0 defined $rec and $rec =~ /\S+/

or 3 conditions

line l !l&&r !l&&!r condition
156 0 0 0 not defined $rec or $rec =~ /\S+/