Bio/AlignIO/phylip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 33 | 45.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
151 | 14 | 0 | 0 | defined $linelen and $linelen > 0 |
193 | 0 | 0 | 10 | $seqcount and $residuecount |
309 | 0 | 4 | 0 | $aln and $aln->isa('Bio::Align::AlignI') |
372 | 22 | 36 | 286 | $tempcount + $tag_length < $length and $index < $numtags |
404 | 0 | 0 | 4 | $self->_flush_on_write and defined $self->_fh |
line | l | !l | condition |
---|---|---|---|
527 | 0 | 0 | $self->{'_id_linebreak'} || 0 |
547 | 0 | 14 | $self->{'_wrap_sequential'} || 0 |
566 | 14 | 86 | $self->{'_longid'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
149 | 0 | 0 | 14 | $idlength || $Bio::AlignIO::phylip::DEFAULTIDLENGTH |
153 | 0 | 0 | 14 | $tag_length or $Bio::AlignIO::phylip::DEFAULTTAGLEN |
486 | 0 | 0 | 8 | $self->{'_line_length'} || $Bio::AlignIO::phylip::DEFAULTLINELEN |
507 | 0 | 15 | 3 | $self->{'_tag_length'} || $Bio::AlignIO::phylip::DEFAULTTAGLEN |