Condition Coverage

blib/lib/UV/Poll.pm
Criterion Covered Total %
condition 3 8 37.5


and 3 conditions

line !l l&&!r l&&r condition
20 0 0 0 not ref $fd and $fd =~ /\A[0-9]+\z/

or 2 conditions

line l !l condition
41 2 0 shift @_ || 1

or 3 conditions

line l !l&&r !l&&!r condition
20 2 1 0 ref $fd eq 'GLOB' or ref($fd) =~ /^IO::Socket/