line |
!l |
l&&!r |
l&&r |
condition |
160
|
35 |
13 |
0 |
scalar @$qual_levels != 0 and scalar @$qual_levels != 2 |
258
|
0 |
3 |
1 |
defined $strand and $strand == -1 |
268
|
3 |
0 |
42 |
defined $self->reference->desc and not $self->reference->desc =~ /^\s*$/ |
393
|
0 |
0 |
28 |
defined ref $errors and ref $errors eq 'HASH' |
448
|
0 |
35 |
3 |
defined $read_length and $pos > $read_length |
455
|
35 |
2 |
1 |
$pos < 1 and exists $ops->{'%'} || exists $ops->{'-'} |
462
|
38 |
0 |
0 |
$pos < 0 and exists $ops->{'+'} |
476
|
28 |
10 |
0 |
$op eq '%' and scalar @$res < 1 |
481
|
21 |
17 |
0 |
$op eq '+' and scalar @$res < 1 |
486
|
27 |
11 |
0 |
$op eq '-' and scalar @$res < 1 |
571
|
0 |
6 |
23 |
defined $errors and scalar keys %$errors > 0 |