line |
l |
!l&&r |
!l&&!r |
condition |
125
|
0 |
0 |
0 |
-d $method || $method eq 'HTTP_GET' || ref $method eq 'CODE' |
218
|
5 |
0 |
29 |
$$switch{'no_exec_count'} or $name eq 'ANON' and not $$switch{'anon'} |
250
|
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 |
337
|
0 |
0 |
0 |
$3 || $4 |
385
|
0 |
0 |
0 |
$src =~ /^http/i or $$self{'abs_uri'} |
392
|
0 |
0 |
0 |
$src =~ /^http/ || $src =~ m[^/] && $$self{'abs_uri'} =~ m[^/] |