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
149 0 0 if ($listen =~ s/^\[([0-9a-f:]+)\]://iu) { }
0 0 elsif ($listen =~ s/^([^:]+?)://u) { }
0 0 elsif ($listen =~ s/^://u) { }
162 0 0 if (defined $path) { }
165 0 0 if -e $path
167 0 0 unless my $socket = "IO::Socket::UNIX"->new("Local", $path, "Listen", $queuesize)
179 0 0 if ($ssl)
208 0 0 $ssl ? :
0 0 if $self->{'server_ready'}