line |
true |
false |
branch |
128
|
0 |
0 |
unless ($translation and ref $translation eq 'Bio::LiveSeq::Translation') |
132
|
0 |
0 |
unless ($translength) |
137
|
0 |
0 |
if ($start < 1 and $start > $translength) |
141
|
0 |
0 |
if ($end < 1 and $end > $translength) |
145
|
0 |
0 |
if ($start > $end) |
151
|
0 |
0 |
if ($start == $end) { } |
156
|
0 |
0 |
unless ($starttripletlabel > 0 and $endtripletlabel > 0) |
247
|
0 |
0 |
if (defined $length) |
248
|
0 |
0 |
if ($length < 1) |
253
|
0 |
0 |
if (not defined $pos1) { } |
|
0 |
0 |
elsif ($pos1 < 1) { } |
257
|
0 |
0 |
if (defined $pos2 and $pos1 > $pos2) |
263
|
0 |
0 |
unless (defined $length) |
266
|
0 |
0 |
if (defined $pos2) |
267
|
0 |
0 |
if ($pos2 > $objlength) |
271
|
0 |
0 |
if (defined $pos1 and $pos1 > $pos2) |
276
|
0 |
0 |
if (CORE::length $str < $length) |
285
|
0 |
0 |
unless ($aa_start and $aa_end) |
394
|
0 |
0 |
if (defined $value) |
397
|
0 |
0 |
if (not exists $self->{'gene'}) { } |
398
|
0 |
0 |
if (not exists $self->get_Transcript->{'gene'}) { } |