| line |
!l |
l&&!r |
l&&r |
condition |
|
369
|
0 |
0 |
0 |
defined $tpl and defined $root |
|
|
0 |
0 |
0 |
defined $tpl and defined $root and $tpl =~ m[^/] |
|
|
0 |
0 |
0 |
defined $tpl and defined $root and $tpl =~ m[^/] and not $tpl =~ /^$root/ |
|
826
|
0 |
0 |
0 |
$self->preprocessed_template and $self->_current_template eq $template |
|
854
|
0 |
0 |
0 |
-e $cache_file and -M $filename >= -M $cache_file |
|
936
|
0 |
0 |
0 |
$block and /^\s+$/ |
|
953
|
0 |
0 |
0 |
$self->caching and $cache_file |
|
1097
|
0 |
0 |
0 |
ref $$vars{$key} and ref($$vars{$key}) =~ /^(REF|HASH|ARRAY|CODE|GLOB|SCALAR)$/ |
|
1213
|
0 |
0 |
0 |
defined $value and ref $value eq 'ARRAY' |