Condition Coverage

blib/lib/IPC/Simple.pm
Criterion Covered Total %
condition 5 12 41.6


and 3 conditions

line !l l&&!r l&&r condition
108 0 0 0 $self->{'pid'} and waitpid($self->{'pid'}, 1) == 0

or 2 conditions

line l !l condition
124 0 0 $self->{'pid'} || '(ready)'
214 2 1 $status || 0
221 3 0 $self->{'pid'} || '(no pid)'

or 3 conditions

line l !l&&r !l&&!r condition
50 2 3 0 $param{'name'} || CORE::join($", @$cmd)