Bio/AlignIO/clustalw.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
129 | 0 | 29 | 0 | defined($first_line = $self->_readline) and not $first_line =~ /CLUSTAL/ |
146 | 1840 | 375 | 58 | /^\s+$/ and not $first_block |
238 | 0 | 2 | 0 | $aln and $aln->isa('Bio::Align::AlignI') |
316 | 0 | 0 | 2 | $self->_flush_on_write and defined $self->_fh |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
106 | 0 | 0 | 46 | $ll || $Bio::AlignIO::clustalw::LINELENGTH |
236 | 2 | 0 | 0 | $self->line_length || $Bio::AlignIO::clustalw::LINELENGTH |