| lib/HTTP/Server/Directory/UserDirs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 17 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | keys %$allow and not $$allow{$user} |
| 38 | 0 | 0 | 0 | keys %$deny and $$deny{$user} |
| 39 | 0 | 0 | 0 | exists $homes{$user} and not defined $homes{$user} |
| line | l | !l | condition |
|---|---|---|---|
| 20 | 0 | 0 | $$args{'user_subdirs'} || 'public_html' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 0 | 0 | 0 | $$args{'location'} ||= $self->userdirRewrite($subdirs, \%allow, \%deny) |
| 40 | 0 | 0 | 0 | $homes{$user} ||= (getpwnam $user)[7] |