Condition Coverage

Bio/SeqIO/strider.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
190 0 0 0 defined $seq and ref $seq
0 0 0 defined $seq and ref $seq and $seq->isa('Bio::PrimarySeqI')

or 2 conditions

line l !l condition
169 0 0 $type2alphabet{$headerdata->{'type'}} || 'dna'
195 0 0 $seq->desc || ''
200 0 0 $seq->seq || ''
0 0 $seq->desc || ''

or 3 conditions

line l !l&&r !l&&!r condition
188 0 0 0 $self->_fh || *STDOUT
195 0 0 0 $alphabet2type{$seq->alphabet} || $alphabet2type{'dna'}