Bio/AlignIO/fasta.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 20 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 10 | 0 | 0 | length $seqchar == 0 and length $seqname == 0 |
188 | 0 | 2 | 0 | $aln and $aln->isa('Bio::Align::AlignI') |
203 | 0 | 0 | 17 | defined $seq and $length > 0 |
211 | 0 | 0 | 2 | $self->_flush_on_write and defined $self->_fh |
line | l | !l | condition |
---|---|---|---|
198 | 3 | 14 | $rseq->description || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
83 | 0 | 0 | 10 | $width || $WIDTH |
248 | 0 | 0 | 2 | $self->{'_width'} || $WIDTH |