Branch Coverage

blib/lib/CGI/Application/Plugin/HTDot.pm
Criterion Covered Total %
branch 12 22 54.5


line true false branch
88 5 0 if (my $tmpl_path = $self->tmpl_path)
89 5 0 ref $tmpl_path eq 'ARRAY' ? :
92 0 1 if ($extra_params[$x] eq 'path' and ref $extra_params[$x + 1] eq 'ARRAY')
99 5 0 unless $found
104 0 5 unless keys %ht_params
107 5 0 unless defined $$self{'__CURRENT_TMPL_EXTENSION'}
110 0 5 unless (defined $tmpl_file)
126 0 5 if (ref $tmpl_file eq 'SCALAR') { }
0 5 elsif (ref $tmpl_file eq 'GLOB') { }
136 0 5 if (keys %tmpl_params)
144 2 4 if $var =~ /^c\./