Condition Coverage

blib/lib/Loop/Flow/Object.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
144 0 0 0 scalar keys %stack == 0 and $$self{'max_count'}
0 0 0 scalar keys %stack == 0 and $$self{'max_count'} and $count == $$self{'max_count'}
146 0 0 0 !$$self{'max_count'} || $count < $$self{'max_count'} and !$$self{'forks'} || scalar keys %stack < $$self{'forks'}
154 0 0 0 $$self{'forks'} and my(@pids) = $self->check_child

or 3 conditions

line l !l&&r !l&&!r condition
146 0 0 0 !$$self{'max_count'} || $count < $$self{'max_count'}
0 0 0 !$$self{'forks'} || scalar keys %stack < $$self{'forks'}