Branch Coverage

lib/Any/Template/Backend/TemplateToolkit.pm
Criterion Covered Total %
branch 3 16 18.7


line true false branch
16 0 1 unless $$self{'engine'} = 'Template'->new($marshalled)
29 0 1 unless $$self{'engine'}->process($$self{'input'}, $data, $ref_buffer)
35 0 0 unless $$self{'engine'}->process($$self{'input'}, $data, $fh)
41 0 0 unless $$self{'engine'}->process($$self{'input'}, $data, $filepath)
46 0 0 unless return $$self{'engine'}->process($$self{'input'}, $data, $coderef)
56 1 0 if (exists $$at_options{'String'}) { }
0 0 elsif (exists $$at_options{'Filehandle'}) { }
0 0 elsif (exists $$at_options{'Filename'}) { }