Condition Coverage

blib/lib/BioX/Seq.pm
Criterion Covered Total %
condition 28 28 100.0


and 3 conditions

line !l l&&!r l&&r condition
101 1 126 6 defined $seq and defined $qual
127 5 1 defined $seq and defined $qual and length $seq != length $qual

or 2 conditions

line l !l condition
107 131 1 $seq // ""
108 129 3 $id // undef
109 118 14 $desc // undef
110 5 127 $qual // undef
171 1 3 $line_length // 60
270 3 3 $frame // 0
282 4 1 $genetic_code{$_} // "X"
304 124 1 $self->{'seq'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
151 1 1 2 $start < 1 or $end > length $self->{'seq'}
271 1 1 4 $frame < 0 or $frame > 5