blib/lib/Continual/Process/Instance.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
124 | 1 | 0 | 1 | defined $self->pid && !waitpid($self->pid, 1) |
132 | 4 | 0 | 15 | defined $self->parent_pid and $self->parent_pid == $$ |
4 | 14 | 1 | defined $self->parent_pid and $self->parent_pid == $$ and $self->pid | |
14 | 0 | 1 | defined $self->parent_pid and $self->parent_pid == $$ and $self->pid and $self->pid > 0 |