Condition Coverage

blib/lib/Proc/Guard.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
15 0 0 0 @_ == 1 and ref $_[0]
0 0 0 @_ == 1 and ref $_[0] and ref $_[0] eq 'CODE'
40 0 0 0 $$self{'command'} and not ref $$self{'command'}
99 0 0 0 defined $self->pid and $$ == $$self{'_owner_pid'}

or 2 conditions

line l !l condition
74 0 0 $sig ||= 15

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 0 $$self{'command'} or $$self{'code'}