blib/lib/Bio/Perl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 14 | 14.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
274 | 0 | 0 | 0 | not $db_type =~ /swiss/ and $identifier =~ /^\s*N\S+_/ |
line | l | !l | condition |
---|---|---|---|
146 | 1 | 0 | $name ||= 'no-name-for-sequence' |
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+_/ |