blib/lib/Mojo/IOLoop/Signal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 8 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 0 | 0 | 0 | $self->_is_signame($name) and not exists $self->{'keep'}{$name} |
99 | 0 | 0 | 0 | $self->_is_signame($name) and not $self->has_subscribers($name) |
line | l | !l | condition |
---|---|---|---|
85 | 0 | 0 | $SIG{$name} || 'DEFAULT' |