Branch Coverage

lib/IOMux/Poll.pm
Criterion Covered Total %
branch 18 30 60.0


line true false branch
40 13 19 unless my $conn = $self->handler($fileno)
43 6 13 if ($state == 0) { }
44 6 0 if $r
45 0 6 if $w
46 0 6 if $e
49 6 7 if $r
50 7 6 if $w
51 0 13 if $e
61 0 7073 if $heartbeat
64 0 7073 if ($numready < 0)
65 0 0 if $! == 4 or $! == 11
71 0 7073 unless $numready
85 10 12 unless my $fileno = $fh->fileno
86 12 0 if (my $conn = $$handlers{$fileno}) { }
93 0 0 if $call eq 'mux_read_flagged'