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