blib/lib/App/EventStreamr/Roles/ProcessControl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 18 | 72.2 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 8 | if @_ > 0 |
27 | 3 | 5 | $self->cmd_regex ? : |
30 | 3 | 5 | if (@procs) { } |
39 | 0 | 4 | if @_ > 0 |
47 | 0 | 4 | if @_ > 0 |
48 | 3 | 1 | if ($self->pid) |
57 | 0 | 5 | if @_ > 0 |
59 | 3 | 2 | if (not $self->pid) { } |
2 | 0 | elsif (kill 0, $self->pid) { } |