| blib/lib/Continual/Process/Instance.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 76 | 3 | 51 | unless defined $self->$req |
| 79 | 1 | 15 | if (ref $self->code ne 'CODE') |
| 97 | 0 | 1 | if $ENV{'C_P_DEBUG'} |
| 105 | 1 | 2 | unless (defined $pid) |
| 108 | 1 | 1 | unless ($pid =~ /^(?:-)?\d+$/) |
| 132 | 1 | 14 | if (defined $self->parent_pid and $self->parent_pid == $$ and $self->pid and $self->pid > 0) |
| 133 | 0 | 1 | if $ENV{'C_P_DEBUG'} |