Condition Coverage

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


and 3 conditions

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

or 2 conditions

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

or 3 conditions

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