Branch Coverage

blib/lib/Plack/Handler/Net/Async/HTTP/Server.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
109 0 0 if exists $opts{'ssl'}
112 0 0 if keys %opts
143 0 0 if ($listen =~ s/^\[([0-9a-f:]+)\]://iu) { }
0 0 elsif ($listen =~ s/^([^:]+?)://u) { }
0 0 elsif ($listen =~ s/^://u) { }
156 0 0 if (defined $path) { }
159 0 0 if -e $path
161 0 0 unless my $socket = "IO::Socket::UNIX"->new("Local", $path, "Listen", $queuesize)
173 0 0 if ($ssl)
202 0 0 $ssl ? :
0 0 if $self->{'server_ready'}