Condition Coverage

Bio/SeqIO/fasta.pm
Criterion Covered Total %
condition 17 36 47.2


and 3 conditions

line !l l&&!r l&&r condition
136 48 28 4 $. == 1 and not $entry =~ /^>/
151 0 76 0 defined $id and $id eq ''
157 1 73 2 defined $sequence and length $sequence == 0
217 0 0 7 defined $seq and ref $seq
0 0 7 defined $seq and ref $seq and $seq->isa('Bio::PrimarySeqI')
229 0 7 0 defined $seq->display_id and $seq->display_id =~ /\s/
233 0 7 0 defined $top and $top =~ /\s/
239 0 1 6 $seq->can('desc') and my $desc = $seq->desc
266 0 0 6 defined $str and length $str > 0
275 0 0 7 $self->_flush_on_write and defined $self->_fh

or 2 conditions

line l !l condition
315 0 47 0 $self->{'block'} || $self->width

or 3 conditions

line l !l&&r !l&&!r condition
101 0 0 120 $self->_rearrange([$param], @args) || $defs{$param}