blib/lib/App/NDTools/NDProc/Module/Merge.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 27 | 62.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 0 | 1 | 19 | $self->{'rules'} and @{$self->{'rules'};} |
58 | 0 | 19 | 2 | $globals->{'path'} and @{$globals->{'path'};} |
62 | 0 | 5 | 16 | exists $_->{'merge'} and keys %{$_;} == 1 |
102 | 13 | 0 | 5 | ref $step eq 'ARRAY' and implicit_step($step) |
8 | 4 | 1 | ref $step eq 'HASH' and implicit_step($step) | |
131 | 0 | 8 | 15 | $rule->{'path'} and @{$rule->{'path'};} |
185 | 0 | 0 | 10 | $self->{'rules'} and @{$self->{'rules'};} |
186 | 5 | 0 | 5 | exists $self->{'rules'}[-1]{'path'} and @{$self->{'rules'}[-1]{'path'};} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
171 | 22 | 0 | 0 | $path->{'style'} || $opts->{'style'} || $self->{'OPTS'}{'style'} |