blib/lib/HTML/Template/Pro.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 30 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
118 | 148 | 0 | 0 | $options->{'force_untaint'} and not ${^TAINT} |
173 | 136 | 12 | 0 | $options->{'scalarref'} and @{$options->{'filter'};} |
197 | 71 | 0 | 378 | defined wantarray and not $print_to |
219 | 8 | 0 | 1 | ref $_[0] and UNIVERSAL::isa($_[0], "HASH") |
336 | 0 | 0 | 0 | "File::Spec"->file_name_is_absolute($filename) and -e $filename |
405 | 0 | 0 | 11 | defined $format and defined $sub |
409 | 0 | 0 | 11 | ref $sub and ref $sub eq "CODE" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
224 | 8 | 0 | 0 | $param_map->{$key} || $$param_map{$_[0]} |
320 | 0 | 0 | 0 | not defined $last_visited_file or $self->{'search_path_on_include'} |
407 | 3 | 8 | 0 | $format eq "array" or $format eq "scalar" |