Condition Coverage

blib/lib/Net/Server/Proto/UNIX.pm
Criterion Covered Total %
condition 4 21 19.0


and 3 conditions

line !l l&&!r l&&r condition
43 4 0 0 $u_type ne 'SOCK_STREAM' and $u_type ne '1'
64 0 0 0 -e $path and not unlink($path)
120 0 0 0 defined $bytes and length $content >= $bytes
0 0 0 defined $end_qr and $content =~ /$end_qr/

or 3 conditions

line l !l&&r !l&&!r condition
43 2 0 4 $u_type eq 'SOCK_DGRAM' or $u_type eq '2'
49 4 0 0 $info->{'port'} ||= ($info->{'unix_path'} = $server->{'server'}{'unix_path'})
115 0 0 0 defined $bytes or defined $end_qr