Branch Coverage

blib/lib/Catalyst/View/TT/Alloy.pm
Criterion Covered Total %
branch 20 34 58.8


line true false branch
74 8 8 unless $paths
75 0 8 if ref $paths eq 'ARRAY'
78 8 0 unless (defined $dlim)
79 0 8 $^O eq 'MSWin32' ? :
91 16 4 unless (ref $config->{'INCLUDE_PATH'} eq 'ARRAY')
94 8 8 unless (@include_path)
102 0 0 if ($c->debug and $config->{'DUMP_CONFIG'})
122 0 10 unless (defined $template)
123 0 0 if $c->debug
130 0 10 if (my $error = $@)
135 0 0 if (&blessed($error) and $error->isa('Template::Alloy::Exception')) { }
147 10 0 unless ($c->response->content_type)
159 0 13 if $c->debug
165 2 11 ref $args eq 'HASH' ? :
171 1 12 if ref $vars->{'additional_template_paths'}
179 1 12 if (not $tt->process($template, $vars, \$output)) { }
198 0 13 defined $cvar ? :