| blib/lib/Proc/Guard.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 137 | 0 | 0 | 0 | @_ == 1 and ref $_[0] |
| 0 | 0 | 0 | @_ == 1 and ref $_[0] and ref $_[0] eq 'CODE' | |
| 162 | 0 | 0 | 0 | $self->{'command'} and not ref $self->{'command'} |
| 203 | 0 | 0 | 0 | defined $self->pid and $$ == $self->{'_owner_pid'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 62 | 0 | 0 | 0 | $time_diff > 5 or $time_diff < 0 |
| 165 | 0 | 0 | 0 | $self->{'command'} or $self->{'code'} |