Condition Coverage

blib/lib/Bio/Perl.pm
Criterion Covered Total %
condition 2 14 14.2


and 3 conditions

line !l l&&!r l&&r condition
274 0 0 0 not $db_type =~ /swiss/ and $identifier =~ /^\s*N\S+_/

or 2 conditions

line l !l condition
146 1 0 $name ||= 'no-name-for-sequence'

or 3 conditions

line l !l&&r !l&&!r condition
96 1 0 0 $filename =~ /^\>/ or $filename =~ /^|/
218 0 0 0 $filename =~ /^\>/ or $filename =~ /^|/
274 0 0 0 $db_type =~ /refseq/ or not $db_type =~ /swiss/ and $identifier =~ /^\s*N\S+_/