Condition Coverage

blib/lib/Mojo/Reactor/Poll.pm
Criterion Covered Total %
condition 14 23 60.8


and 3 conditions

line !l l&&!r l&&r condition
62 49315 64 10088 $mode & 4 and my $io = $self->{'io'}{$fd}
83 0 28303 0 ++$i and $self->_try("Timer", $t->{'cb'})

or 2 conditions

line l !l condition
100 0 1021 $self->{'running'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
19 979 0 0 fileno $handle // croak("Handle is closed")
28 733 1273 0 $self->{'next_timer'} //= $self->timer(0, \&Mojo::Reactor::Poll::_next)
40 53734 0 53744 $i or not $self->{'running'}
43 53733 1 10 keys %{$$self{"timers"};} or keys %{$$self{"io"};}
93 903 0 0 fileno $remove // croak("Handle is closed")