Condition Coverage

Bio/Seq/EncodedSeq.pm
Criterion Covered Total %
condition 30 50 60.0


and 3 conditions

line !l l&&!r l&&r condition
285 0 3 1 not defined $exp and $enc =~ /[DEJKV]/o
297 3 1 0 defined $exp and $exp == 0
4 0 0 defined $exp and $exp == 0 and $enc =~ /([^CIUGFB])/
308 1 0 0 $loc->location_type eq 'EXACT' and $loc->length != $ct
398 0 5 7 $self->strand and $self->strand < 0
407 9 3 101 $i < @nt and $i < @enc
408 72 24 5 $nt[$i] =~ /[\.\-]/o and not $enc[$i] =~ /[GB]/o
24 62 10 not $nt[$i] =~ /[\.\-]/o and $enc[$i] =~ /[GB]/o
442 68 0 0 $Vct and not $Vwarned++
447 0 0 0 $Vct and not $Vwarned++
461 0 5 7 $self->strand and $self->strand < 0

or 2 conditions

line l !l condition
339 0 1 $in ||= ''
341 1 0 $before || ''
1 0 $after || ''
395 8 4 $self->{'_encoding'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
508 0 0 20 $enc[$i] eq 'I' or $enc[$i] eq 'U'
0 0 20 $enc[$i] eq 'I' or $enc[$i] eq 'U' or $enc[$i] eq 'F'
6 2 12 $enc[$i] eq 'G' or $enc[$i] eq 'B'