Condition Coverage

Bio/DB/Flat.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
316 0 0 0 $d and ref $d ne 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
340 0 0 0 $self->{'cached_parsers'}{fileno $fh} ||= 'Bio::SeqIO'->new('-fh', $fh, '-format', $self->default_file_format)
343 0 0 0 $self->{'flat_alphabet'} ||= $seq->alphabet
433 0 0 0 $self->{'flat_cached_parsers'}{$file} ||= 'Bio::SeqIO'->new('-Format', $self->file_format, '-file', ">$file")