| blib/lib/Plack/Handler/Net/Async/HTTP/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 111 | 0 | 0 | if exists $opts{'ssl'} |
| 114 | 0 | 0 | if keys %opts |
| 145 | 0 | 0 | if ($listen =~ s/^\[([0-9a-f:]+)\]://i) { } |
| 0 | 0 | elsif ($listen =~ s/^([^:]+?)://) { } | |
| 0 | 0 | elsif ($listen =~ s/^://) { } | |
| 158 | 0 | 0 | if (defined $path) { } |
| 161 | 0 | 0 | if -e $path |
| 163 | 0 | 0 | unless my $socket = 'IO::Socket::UNIX'->new('Local', $path, 'Listen', $queuesize) |
| 175 | 0 | 0 | if ($ssl) |
| 204 | 0 | 0 | $ssl ? : |
| 0 | 0 | if $self->{'server_ready'} |