Branch Coverage

Bio/SeqIO/ace.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
91 5 0 if (not defined $self->sequence_factory)
119 6 6 if (($type, $id) = /^(DNA|Peptide)[\s:]+(.+?)\s*\n/is)
126 1 6 unless $type
129 0 6 unless my $mol_type = $bio_mol_type{lc $type}
166 0 4 unless defined $seq and ref $seq and $seq->isa('Bio::PrimarySeqI')
175 3 1 if ($mol_type eq 'dna') { }
1 0 elsif ($mol_type eq 'protein') { }
200 4 0 if $self->_flush_on_write and defined $self->_fh