| blib/lib/Net/Async/UWSGI/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 18 | 55.5 |
| line | true | false | branch |
|---|---|---|---|
| 69 | 2 | 6 | if exists $args{$_} |
| 91 | 0 | 2 | if exists $$self{'listening'} |
| 93 | 1 | 1 | unless defined(my $path = $self->path) |
| 94 | 0 | 1 | if -S $path |
| 130 | 1 | 0 | if (my $mode = $self->mode) |
| 132 | 1 | 0 | if substr($mode, 0, 1) eq '0' |
| 134 | 0 | 1 | unless chmod $mode, $self->path |
| 138 | 0 | 1 | if (my $backlog = $self->backlog) |
| 140 | 0 | 0 | unless $sock->listen($backlog) |