blib/lib/App/NDTools/NDProc/Module/Merge.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 0 | 0 | 0 | $self->{'rules'} and @{$self->{'rules'};} |
56 | 0 | 0 | 0 | $globals->{'path'} and @{$globals->{'path'};} |
60 | 0 | 0 | 0 | exists $_->{'merge'} and keys %{$_;} == 1 |
100 | 0 | 0 | 0 | ref $step eq 'ARRAY' and implicit_step($step) |
0 | 0 | 0 | ref $step eq 'HASH' and implicit_step($step) | |
129 | 0 | 0 | 0 | $rule->{'path'} and @{$rule->{'path'};} |
183 | 0 | 0 | 0 | $self->{'rules'} and @{$self->{'rules'};} |
184 | 0 | 0 | 0 | exists $self->{'rules'}[-1]{'path'} and @{$self->{'rules'}[-1]{'path'};} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
169 | 0 | 0 | 0 | $path->{'style'} || $opts->{'style'} || $self->{'OPTS'}{'style'} |