Branch Coverage

blib/lib/Mojo/IOLoop/Signal.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
16 0 0 ref $_[0] ? :
27 0 0 if ($reactor->isa('Mojo::Reactor::EV')) { }
0 0 elsif ($reactor->isa('Mojo::Reactor::Poll')) { }
38 0 0 unless Mojo::Util::_global_destruction()
43 0 0 unless ($self->{'is_ev'})
44 0 0 if ($self->{'write'})
60 0 0 if $SIGNAME{$name}
70 0 0 if ($self->_is_signame($name) and not exists $self->{'keep'}{$name})
71 0 0 if ($self->{'is_ev'}) { }
74 0 0 unless ($self->{'write'})
90 0 0 unless syswrite $self->{'write'}, "$name\n"
101 0 0 if ($self->_is_signame($name) and not $self->has_subscribers($name))
102 0 0 if ($self->{'is_ev'}) { }
108 0 0 unless (%{$self->{'keep'};})