blib/lib/Bio/ConnectDots/DotQuery/Constraint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 0 | 0 | 0 | 'ARRAY' eq ref $constraints and @$constraints |
0 | 0 | 0 | 'ARRAY' eq ref $constraints and @$constraints and @$constraints % 2 == 0 | |
0 | 0 | 0 | 'ARRAY' eq ref $constraints and @$constraints and @$constraints % 2 == 0 and not ref $$constraints[0] | |
0 | 0 | 0 | 'ARRAY' eq ref $constraints and @$constraints and @$constraints % 2 == 0 and not ref $$constraints[0] and 'ARRAY' eq ref $$constraints[1] | |
47 | 0 | 0 | 0 | @$constraint and @$constraint <= 3 |
line | l | !l | condition |
---|---|---|---|
35 | 0 | 0 | $$hash{$column} || ($$hash{$column} = []) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
118 | 0 | 0 | 0 | $op eq 'EXISTS' or defined $constants |