Branch Coverage

blib/lib/Catalyst/View/TT/Alloy.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
68 0 0 unless $paths
69 0 0 if ref $paths eq 'ARRAY'
72 0 0 unless (defined $dlim)
73 0 0 $^O eq 'MSWin32' ? :
85 0 0 unless (ref $$config{'INCLUDE_PATH'} eq 'ARRAY')
89 0 0 unless (@include_path)
97 0 0 if ($c->debug and $$config{'DUMP_CONFIG'})
119 0 0 unless (defined $template)
120 0 0 if $c->debug
129 0 0 if ($@)
136 0 0 unless ($c->response->content_type)
148 0 0 if $c->debug
154 0 0 ref $args eq 'HASH' ? :
159 0 0 if ref $$vars{'additional_template_paths'}
168 0 0 if (not $tt->process($template, $vars, \$output)) { }
181 0 0 defined $cvar ? :