line |
l |
!l&&r |
!l&&!r |
condition |
121
|
0 |
0 |
0 |
-d $method or $method eq 'HTTP_GET' |
|
0 |
0 |
0 |
-d $method or $method eq 'HTTP_GET' or ref $method eq 'CODE' |
213
|
5 |
0 |
29 |
$switch->{'no_exec_count'} or $name eq 'ANON' and not $switch->{'anon'} |
242
|
0 |
0 |
34 |
$switch->{'none'} or $name eq 'ANON' and not $switch->{'anon'} |
|
3 |
0 |
31 |
$switch->{'none'} or $name eq 'ANON' and not $switch->{'anon'} or $switch->{'only'} and not $only_function{$name} |
|
12 |
0 |
19 |
$switch->{'none'} or $name eq 'ANON' and not $switch->{'anon'} or $switch->{'only'} and not $only_function{$name} or $switch->{'skip'} and $skip_function{$name} |
|
1 |
0 |
18 |
$switch->{'none'} or $name eq 'ANON' and not $switch->{'anon'} or $switch->{'only'} and not $only_function{$name} or $switch->{'skip'} and $skip_function{$name} or $switch->{'match'} and not $name =~ /$function_filter/x |
329
|
0 |
0 |
0 |
$3 || $4 |
377
|
0 |
0 |
0 |
$src =~ /^http/i or $self->{'abs_uri'} |