Bio/SeqIO/tigrxml.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 21 | 57.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
407 | 1 | 1 | 3 | defined $exon and $exon->start < $cdsexon->start |
450 | 0 | 2 | 2 | defined $exon and $exon->end > $cdsexon->end |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
111 | 0 | 0 | 1 | @{[] unless $self->{'_seendata'}{'_seqs'};} or eof $self->_fh |
244 | 7 | 0 | 0 | $parent->strand == $strand || abs $s - $e == 0 |
363 | 2 | 0 | 22 | $name eq 'TU' or $name eq 'TRNA' |
2 | 0 | 22 | $name eq 'TU' or $name eq 'TRNA' or $name eq 'PRE-TRNA' | |
0 | 0 | 22 | $name eq 'TU' or $name eq 'TRNA' or $name eq 'PRE-TRNA' or $name eq 'REPEAT' |