| blib/lib/App/NDTools/NDProc/Module/Merge.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 27 | 62.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 31 | 0 | 1 | 19 | $self->{'rules'} and @{$self->{'rules'};} |
| 63 | 0 | 20 | 2 | $globals->{'path'} and @{$globals->{'path'};} |
| 67 | 0 | 5 | 16 | exists $_->{'merge'} and keys %{$_;} == 1 |
| 110 | 13 | 0 | 5 | ref $step eq 'ARRAY' and implicit_step($step) |
| 8 | 4 | 1 | ref $step eq 'HASH' and implicit_step($step) | |
| 139 | 0 | 9 | 15 | $rule->{'path'} and @{$rule->{'path'};} |
| 198 | 0 | 0 | 10 | $self->{'rules'} and @{$self->{'rules'};} |
| 199 | 5 | 0 | 5 | exists $self->{'rules'}[-1]{'path'} and @{$self->{'rules'}[-1]{'path'};} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 184 | 23 | 0 | 0 | $path->{'style'} || $opts->{'style'} || $self->{'OPTS'}{'style'} |