Branch Coverage

blib/lib/Mojo/IOLoop/Signal.pm
Criterion Covered Total %
branch 0 26 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')) { }
44 0 0 unless ($self->{'is_ev'})
45 0 0 if ($self->{'write'})
61 0 0 if $SIGNAME{$name}
71 0 0 if ($self->_is_signame($name) and not exists $self->{'keep'}{$name})
72 0 0 if ($self->{'is_ev'}) { }
75 0 0 unless ($self->{'write'})
91 0 0 unless syswrite $self->{'write'}, "$name\n"
102 0 0 if ($self->_is_signame($name) and not $self->has_subscribers($name))
103 0 0 if ($self->{'is_ev'}) { }
109 0 0 unless (%{$self->{'keep'};})