Condition Coverage

blib/lib/Bio/FASTASequence.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 0 $string_text and not _is_fasta($string_text)
147 0 0 0 $desc =~ /^>/ and not $seq =~ /[^A-NP-Z\*\-]/i
0 0 0 $desc =~ /^>/ and not $seq =~ /[^A-NP-Z\*\-]/i and length $seq > 0
295 0 0 0 $$self{'dbrefs'}{$db} and $$self{'dbrefs'}{$db} ne 'NULL'

or 3 conditions

line l !l&&r !l&&!r condition
38 0 0 0 $description_line =~ /^>sp\|/ or $description_line =~ /^>sptrembl\|/