Condition Coverage

blib/lib/IO/Socket/UNIX.pm
Criterion Covered Total %
condition 6 11 54.5


and 3 conditions

line !l l&&!r l&&r condition
42 3 0 4 exists $arg->{'Listen'} and $type != 2

or 2 conditions

line l !l condition
28 3 4 $arg->{'Type'} || 1
43 2 2 $arg->{'Listen'} || 5
57 0 0 $_[0]->sockname || (return undef)
63 0 0 $_[0]->peername || (return undef)