| line |
!l |
l&&!r |
l&&r |
condition |
|
160
|
0 |
28 |
0 |
$in_format and $in_format =~ /blast/ |
|
308
|
0 |
0 |
0 |
$refSeq->alphabet eq "dna" and $seqB->alphabet eq "dna" |
|
|
0 |
0 |
0 |
$mA =~ /^[ATCG]$/i && $mB =~ /^[ATCG]$/i |
|
|
0 |
0 |
0 |
$refSeq->alphabet eq "dna" and $seqB->alphabet eq "dna" and not $mA =~ /^[ATCG]$/i && $mB =~ /^[ATCG]$/i |
|
359
|
0 |
0 |
0 |
$seqA->alphabet eq "dna" and $seqB->alphabet eq "dna" |
|
|
0 |
0 |
0 |
$mA =~ /^[ATCG]$/i && $mB =~ /^[ATCG]$/i |
|
|
0 |
0 |
0 |
$seqA->alphabet eq "dna" and $seqB->alphabet eq "dna" and not $mA =~ /^[ATCG]$/i && $mB =~ /^[ATCG]$/i |
|
695
|
24 |
1 |
1 |
$i + 1 == $num_seqs and $nuc_count == $aln_length |
|
|
24 |
0 |
1 |
$i + 1 == $num_seqs and $nuc_count < $aln_length |
|
1070
|
0 |
0 |
90 |
$pos >= $range{$gene}{'start'} and $pos <= $range{$gene}{'end'} |
| line |
l |
!l&&r |
!l&&!r |
condition |
|
181
|
1 |
28 |
0 |
$opts{'output'} || $default_format |
|
236
|
1 |
1 |
27 |
$option eq "input" or $option eq "output" |
|
|
2 |
0 |
27 |
$option eq "input" or $option eq "output" or $option eq "noflatname" |
|
|
1 |
0 |
27 |
$option eq "input" or $option eq "output" or $option eq "noflatname" or $option eq "binary" |
|
310
|
0 |
0 |
0 |
$mA eq "-" or $mB eq "-" |
|
362
|
0 |
0 |
0 |
$mA eq "-" or $mB eq "-" |
|
459
|
0 |
0 |
0 |
@three_end_gaps or @five_end_gaps |
|
534
|
0 |
0 |
0 |
$start == 1 || $end == $aln->length |
|
585
|
0 |
0 |
0 |
$start == 1 || $end == $aln->length |
|
687
|
13 |
13 |
1534 |
$j + 1 == $aln_length or ($j + 1) % $block_length == 0 |
|
1170
|
0 |
0 |
1 |
not $nmatch or $nmatch > 1 |