line |
!l |
l&&!r |
l&&r |
condition |
128
|
0 |
0 |
0 |
$translation and ref $translation eq 'Bio::LiveSeq::Translation' |
137
|
0 |
0 |
0 |
$start < 1 and $start > $translength |
141
|
0 |
0 |
0 |
$end < 1 and $end > $translength |
156
|
0 |
0 |
0 |
$starttripletlabel > 0 and $endtripletlabel > 0 |
253
|
0 |
0 |
0 |
do {
$pos1 < 1
} && do {
$self->warn('Starting position for AARange cannot be < 1!');
return -1;
if (defined $pos2 and $pos1 > $pos2) {
$self->warn("1st position($pos1) cannot be > 2nd position($pos2)!");
return -1;
}
} |
271
|
0 |
0 |
0 |
defined $pos1 and $pos1 > $pos2 |
285
|
0 |
0 |
0 |
$aa_start and $aa_end |