| line |
true |
false |
branch |
|
33
|
0 |
0 |
if (defined $r->dir_config('auth_allow_ranges')) |
|
39
|
0 |
0 |
if (defined $r->dir_config('auth_allow_ips')) |
|
45
|
0 |
0 |
if (defined $r->dir_config('ignore_access_handler')) |
|
46
|
0 |
0 |
if ($r->dir_config('ignore_access_handler') =~ /^y/i) { } |
|
|
0 |
0 |
elsif ($r->dir_config('ignore_access_handler') =~ /^n/i) { } |
|
54
|
0 |
0 |
unless defined $ignore |
|
56
|
0 |
0 |
if (defined $ranges) |
|
81
|
0 |
0 |
if (substr($dip, 0, $slash) eq substr($drng, 0, $slash)) |
|
83
|
0 |
0 |
unless ($r->user) |
|
87
|
0 |
0 |
unless ($ignore) |
|
100
|
0 |
0 |
if (defined $ips) |
|
102
|
0 |
0 |
if ($ip =~ /^\s?$remote_ip\s?$/) |
|
103
|
0 |
0 |
unless ($r->user) |
|
107
|
0 |
0 |
unless ($ignore) |
|
135
|
0 |
0 |
if (length $bin < 8) { } |
|
154
|
0 |
0 |
if (/^-Engine=(.*)$/) |
|
157
|
0 |
0 |
if ($@) |