blib/lib/Proc/Guard.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
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'} |
line | l | !l | condition |
---|---|---|---|
74 | 0 | 0 | $sig ||= 15 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 0 | 0 | 0 | $$self{'command'} or $$self{'code'} |