blib/lib/Bio/ConnectDots/DotQuery/Term.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 0 | 0 | 0 | defined $column and $$termlist[$i++] ne $column |
33 | 0 | 0 | 0 | defined $labels and $$termlist[$i++] ne $labels |
40 | 0 | 0 | 0 | defined $labels and $$termlist[0] ne $labels |
54 | 0 | 0 | 0 | 'ARRAY' eq ref $labels and not @$labels |
57 | 0 | 0 | 0 | 'ARRAY' eq ref $labels and grep {'ARRAY' eq ref $_;} @$labels |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | not $labels or 'ARRAY' eq ref $labels and not @$labels |