Condition Coverage

blib/lib/IO/Async/Loop/Mojo.pm
Criterion Covered Total %
condition 4 6 66.6


or 3 conditions

line l !l&&r !l&&!r condition
82 1 13 0 $self->{'io_cbs'}{$fd} ||= do { $reactor->io($handle, sub { my($reactor, $writable) = @_; if ($writable) { $cbs->[1]->() if $cbs->[1]; } else { $cbs->[0]->() if $cbs->[0]; } ; } ); [] }
128 1 0 8 defined $cbs->[0] or defined $cbs->[1]