Condition Coverage

blib/lib/Any/Daemon/HTTP/UserDirs.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
40 0 0 0 keys %$allow and not $allow->{$user}
41 0 0 0 keys %$deny and $deny->{$user}
42 0 0 0 exists $homes{$user} and not defined $homes{$user}

or 2 conditions

line l !l condition
24 0 0 $args->{'user_subdirs'} || 'public_html'

or 3 conditions

line l !l&&r !l&&!r condition
27 0 0 0 $args->{'location'} ||= $self->userdirRewrite($subdirs, \%allow, \%deny)
43 0 0 0 $homes{$user} ||= (getpwnam $user)[7]