Condition Coverage

blib/lib/Process/Pipeline.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
127 75 0 23 $i == $n and not $process->set->{'>'}
75 0 23 $i == $n and not $process->set->{'>'} and not $process->set->{'>>'}

or 3 conditions

line l !l&&r !l&&!r condition
155 0 0 17 my $out = $set{'>'} or my $append = $set{'>>'}
160 1 0 16 my $out = $set{'2>'} or my $append = $set{'2>>'}