| blib/lib/Any/Daemon/HTTP/UserDirs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 0 | unless $args->{'allow_users'} |
| 26 | 0 | 0 | unless $args->{'deny_users'} |
| 40 | 0 | 0 | if keys %$allow and not $allow->{$user} |
| 41 | 0 | 0 | if keys %$deny and $deny->{$user} |
| 42 | 0 | 0 | if exists $homes{$user} and not defined $homes{$user} |
| 44 | 0 | 0 | $d ? : |