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 46127 62 9629 $mode & 4 and my $io = $self->{'io'}{$fd}
83 0 28206 0 ++$i and $self->_try("Timer", $t->{'cb'})

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
19 984 0 0 fileno $handle // croak("Handle is closed")
28 752 1285 0 $self->{'next_timer'} //= $self->timer(0, \&Mojo::Reactor::Poll::_next)
40 50042 0 50052 $i or not $self->{'running'}
43 50041 1 10 keys %{$$self{"timers"};} or keys %{$$self{"io"};}
93 911 0 0 fileno $remove // croak("Handle is closed")