Bio/SeqIO/gcg.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 16 | 56.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
181 | 0 | 0 | 3 | defined $seq and ref $seq |
0 | 0 | 3 | defined $seq and ref $seq and $seq->isa('Bio::PrimarySeqI') | |
218 | 3 | 21 | 84 | $j < $len and $j % 50 != 0 |
232 | 0 | 0 | 3 | $self->_flush_on_write and defined $self->_fh |
line | l | !l | condition |
---|---|---|---|
188 | 3 | 0 | $seq->desc || '' |
260 | 6275 | 5 | unpack('c', $char) || 0 |