| Bio/SeqIO/tab.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 12 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 129 | 5 | 1 | if defined $nextline |
| 130 | 1 | 5 | unless defined $nextline |
| 131 | 5 | 0 | if ($nextline =~ /^([^\t]*)\t(.*)/) { } |
| 154 | 0 | 1 | if ($_->display_id =~ /\t/) |
| 157 | 0 | 1 | unless $self->_print($_->display_id, "\t", $_->seq, "\n") |
| 160 | 1 | 0 | if $self->_flush_on_write and defined $self->_fh |