| Bio/SeqIO/metafasta.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 21 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 152 | 0 | 2 | 0 | defined $id and $id eq '' |
| 158 | 0 | 2 | 0 | defined $sequence and length $sequence == 0 |
| 210 | 0 | 0 | 1 | defined $seq and ref $seq |
| 0 | 0 | 1 | defined $seq and ref $seq and $seq->isa('Bio::PrimarySeqI') | |
| 215 | 0 | 1 | 0 | $seq->can('desc') and my $desc = $seq->desc |
| 234 | 0 | 0 | 1 | $self->_flush_on_write and defined $self->_fh |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 254 | 0 | 0 | 1 | $self->{'width'} || $Bio::SeqIO::metafasta::WIDTH |