blib/lib/Bio/Gonzales/Project/Functions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 17 | 23.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | @_ > 0 and $_[0] |
38 | 0 | 0 | 0 | @_ > 0 and $_[0] |
50 | 12 | 0 | 0 | $ref_type ne 'ARRAY' and $ref_type ne 'HASH' |
67 | 0 | 0 | 51 | defined $res and @$res > 0 |
line | l | !l | condition |
---|---|---|---|
47 | 0 | 12 | $conf->{'processes'} //= 4 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
50 | 0 | 0 | 12 | not $ref_type or $ref_type ne 'ARRAY' and $ref_type ne 'HASH' |