Branch Coverage

blib/lib/Net/Server/INET.pm
Criterion Covered Total %
branch 2 14 14.2


line true false branch
53 0 1 if (&blessed($sock) and $sock->can('NS_proto') and $sock->NS_proto eq 'UNIX')
98 0 1 unless tie *HAND, $class, *STDIN, *STDOUT
126 0 0 unless defined $_[1]
175 0 0 unless defined $bytes or defined $end_qr
180 0 0 if (defined $bytes and length $content >= $bytes) { }
0 0 elsif (defined $end_qr and $content =~ /$end_qr/) { }
189 0 0 wantarray ? :