Condition Coverage

blib/lib/Proc/Forkmap.pm
Criterion Covered Total %
condition 5 15 33.3


and 3 conditions

line !l l&&!r l&&r condition
41 0 0 0 $procs < $MAX_PROCS and $i <= $#args
82 0 25079 9 $procs < $MAX_PROCS and $i <= $#args

or 3 conditions

line l !l&&r !l&&!r condition
40 0 0 0 $i <= $#args or $procs > 0
71 0 0 0 $procs >= $MAX_PROCS or $i > $#args
81 4 25078 1 $i <= $#args or $procs > 0