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')) { }
37 0 0 unless ${^GLOBAL_PHASE} eq "DESTRUCT"
41 0 0 unless ($self->{'is_ev'})
42 0 0 if ($self->{'write'})
58 0 0 if $SIGNAME{$name}
68 0 0 if ($self->_is_signame($name) and not exists $self->{'keep'}{$name})
69 0 0 if ($self->{'is_ev'}) { }
72 0 0 unless ($self->{'write'})
88 0 0 unless syswrite $self->{'write'}, "$name\n"
99 0 0 if ($self->_is_signame($name) and not $self->has_subscribers($name))
100 0 0 if ($self->{'is_ev'}) { }
106 0 0 unless (%{$self->{'keep'};})