line |
!l |
l&&!r |
l&&r |
condition |
1207
|
115 |
182 |
3 |
grep {exists $options->{$_};} 'filehandle', 'arrayref', 'scalarref' and grep {$options->{$_};} 'cache', 'blind_cache', 'file_cache', 'shared_cache', 'double_cache', 'double_file_cache' |
1270
|
289 |
5 |
0 |
$options->{'open_mode'} and $] < 5.007001 |
1366
|
0 |
0 |
0 |
defined $self->{'param_map'} and defined $self->{'parse_stack'} |
1373
|
0 |
0 |
0 |
defined $self->{'param_map'} and defined $self->{'parse_stack'} |
1412
|
254 |
0 |
16 |
$options->{'cache'} and not $options->{'shared_cache'} |
|
254 |
10 |
6 |
$options->{'cache'} and not $options->{'shared_cache'} and not $options->{'file_cache'} |
1438
|
0 |
6 |
0 |
defined $HTML::Template::CACHE{$key}{'mtime'} and $mtime != $HTML::Template::CACHE{$key}{'mtime'} |
1562
|
0 |
4 |
0 |
defined $self->{'mtime'} and $mtime != $self->{'mtime'} |
1652
|
0 |
0 |
0 |
$options->{'cache_debug'} and defined $self->{'record'} |
1674
|
0 |
0 |
0 |
defined $mtime and defined $c_mtime |
|
0 |
0 |
0 |
defined $mtime and defined $c_mtime and $mtime != $c_mtime |
1685
|
0 |
0 |
0 |
defined $mtime and defined $included_mtimes |
1725
|
181 |
0 |
4 |
'File::Spec'->file_name_is_absolute($filename) and -e $filename |
1884
|
0 |
0 |
11 |
defined $format and defined $sub |
1890
|
0 |
0 |
11 |
ref $sub and ref $sub eq 'CODE' |
2128
|
560 |
9 |
30 |
defined $options->{'default_escape'} && $which eq 'TMPL_VAR' |
2158
|
0 |
1 |
580 |
defined $name && length $name |
|
169 |
580 |
1 |
$need_names{$which} and not defined $name && length $name |
2161
|
577 |
171 |
1 |
$escape and $which ne 'TMPL_VAR' |
2165
|
704 |
43 |
1 |
defined $default and $which ne 'TMPL_VAR' |
2177
|
2 |
30 |
0 |
$options->{'die_on_bad_params'} and ref $var ne 'HTML::Template::VAR' |
2184
|
311 |
13 |
7 |
$options->{'global_vars'} and not exists $HTML::Template::top_pmap{$name} |
2221
|
0 |
14 |
0 |
$options->{'die_on_bad_params'} and ref $loop ne 'HTML::Template::LOOP' |
2280
|
3 |
0 |
1 |
$options->{'global_vars'} and not exists $HTML::Template::top_pmap{$var} |
2458
|
69 |
4 |
0 |
not defined $filepath and $options->{'die_on_missing_include'} |
2486
|
63 |
0 |
6 |
$options->{'cache'} and not $options->{'blind_cache'} |
2498
|
0 |
68 |
1 |
$options->{'max_includes'} and scalar @fstack > $options->{'max_includes'} |
2568
|
12 |
0 |
0 |
$options->{'global_vars'} and not exists $HTML::Template::top_pmap{$var} |
2731
|
64 |
56 |
1 |
$options->{'die_on_bad_params'} and not exists $param_map->{$param} |
2737
|
2 |
0 |
118 |
exists $param_map->{$param} and defined $param_map->{$param} |
2765
|
430 |
570 |
0 |
$options->{'die_on_bad_params'} and not exists $param_map->{$param} |
2787
|
878 |
80 |
0 |
$type and $type eq 'ARRAY' || !($type =~ /^(CODE)|(HASH)|(SCALAR)$/) && $value->isa('ARRAY') |
2924
|
623 |
0 |
1 |
defined $args{'print_to'} and not eval {
do {
tied *{$args{'print_to'};}
}
} |
2932
|
790 |
293 |
15 |
$type eq 'HTML::Template::VAR' and ref $$HTML::Template::line eq 'CODE' |
2938
|
14 |
0 |
1 |
$options->{'force_untaint'} and &tainted($tmp_val) |
2946
|
286 |
0 |
1 |
$options->{'force_untaint'} and &tainted($$HTML::Template::line) |
2976
|
0 |
0 |
0 |
defined $loop_values and ref $loop_values eq 'CODE' |
2983
|
0 |
0 |
0 |
defined $loop_values and @$loop_values |
3047
|
2 |
0 |
0 |
$options->{'force_untaint'} > 1 and &tainted($_) |
3054
|
32 |
0 |
0 |
$options->{'force_untaint'} > 1 and &tainted($_) |
3076
|
2 |
0 |
0 |
$options->{'force_untaint'} > 1 and &tainted($_) |
3082
|
25 |
0 |
0 |
$options->{'force_untaint'} > 1 and &tainted($_) |
3101
|
2 |
0 |
0 |
$options->{'force_untaint'} > 1 and &tainted($_) |
3107
|
26 |
0 |
0 |
$options->{'force_untaint'} > 1 and &tainted($_) |
3245
|
0 |
2 |
10 |
defined $obj and $type eq 'HTML::Template::LOOP' |
3320
|
0 |
0 |
6 |
ref $value_sets_array and ref $value_sets_array eq 'ARRAY' |