| Bio/AlignIO/xmfa.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 28 | 39.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 99 | 0 | 0 | 3 | defined $name and $seqchar |
| 103 | 0 | 0 | 3 | $aln and $entry =~ /score\s*=\s*(\d+)/ |
| 147 | 0 | 0 | 2 | $aln and $aln->isa('Bio::Align::AlignI') |
| 167 | 0 | 0 | 9 | defined $seq and $length > 0 |
| 180 | 0 | 0 | 2 | $self->_flush_on_write and defined $self->_fh |
| line | l | !l | condition |
|---|---|---|---|
| 156 | 3 | 6 | $rseq->strand || 0 |
| 163 | 0 | 9 | $rseq->description || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 90 | 0 | 3 | 0 | $width || $WIDTH |
| 216 | 0 | 0 | 2 | $self->{'_width'} || $WIDTH |
| 233 | 0 | 0 | 9 | $desc || $all |