Branch Coverage

blib/lib/Catalyst/View/TT.pm
Criterion Covered Total %
branch 23 48 47.9


line true false branch
74 11 10 if not $paths
75 0 10 if ref $paths eq 'ARRAY'
78 10 0 unless (defined $dlim)
79 0 10 $^O eq 'MSWin32' ? :
92 21 5 if (not ref $$config{'INCLUDE_PATH'} eq 'ARRAY')
96 11 10 if (not @include_path)
108 0 26 if ($$config{'TIMER'})
109 0 0 if ($$config{'CONTEXT'}) { }
119 0 26 if ($c->debug and $$config{'DUMP_CONFIG'})
122 0 26 if ($$config{'PROVIDERS'})
124 0 0 if (ref $$config{'PROVIDERS'} eq 'ARRAY')
128 0 0 if ($pname eq '_file_') { }
134 0 0 if $pname ne '_file_'
137 0 0 if (not $@) { }
147 0 0 if (@providers)
188 0 10 unless (defined $template)
189 0 0 if $c->debug
195 0 10 if (UNIVERSAL::isa($output, 'Template::Exception'))
202 10 0 unless ($c->response->content_type)
214 0 13 if $c->debug
218 2 11 ref $args eq 'HASH' ? :
223 1 12 if ref $$vars{'additional_template_paths'}
226 1 12 if (not $self->template->process($template, $vars, \$output)) { }
238 0 13 defined $cvar ? :