blib/lib/IO/Async/PID.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 16 | 50.0 |
line | true | false | branch |
---|---|---|---|
98 | 2 | 0 | if (exists $params{'pid'}) |
99 | 0 | 2 | if $self->loop |
103 | 2 | 0 | if (exists $params{'on_exit'}) |
108 | 0 | 2 | if (my $loop = $self->loop) |
122 | 0 | 2 | unless $self->pid |
129 | 0 | 2 | unless my $self = shift() |
153 | 0 | 1 | if (length(my $name = $self->SUPER::notifier_name)) |
191 | 0 | 1 | unless CORE::kill $signal, $self->pid |