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 11 0 $$self{'io_cbs'}{$fd} ||= do { $reactor->io($handle, sub { my($reactor, $writable) = @_; if ($writable) { $$cbs[1](); } else { $$cbs[0](); } ; } ); [] }
128 1 0 6 defined $$cbs[0] or defined $$cbs[1]