line |
!l |
l&&!r |
l&&r |
condition |
308
|
0 |
1 |
3 |
my $exonA = shift @exons and my $exonB = shift @exons |
511
|
1 |
34 |
5 |
defined $exon->strand and not $strand |
514
|
3 |
37 |
0 |
$exon->strand and $exon->strand * $strand < 0 |
614
|
0 |
2 |
38 |
defined $exon->seq and $exon->is_coding |
688
|
735 |
3 |
35 |
$pri and not $_->primary_tag =~ /$pri/i |
710
|
0 |
0 |
0 |
defined $list[$_] and $list[$_]->isa($type) |
712
|
0 |
0 |
0 |
$pri and not $list[$_]->primary_tag =~ /$pri/i |
746
|
531 |
0 |
0 |
defined $self->entire_seq and not defined $fea->entire_seq |
|
531 |
0 |
0 |
defined $self->entire_seq and not defined $fea->entire_seq and $fea->can('attach_seq') |
770
|
17 |
10 |
20 |
defined $strand and $strand == -1 |