Branch Coverage

blib/lib/Dancer2/Template/TemplateToolkit.pm
Criterion Covered Total %
branch 9 16 56.2


line true false branch
23 6 0 length $charset ? :
28 0 6 if defined $start_tag and $start_tag ne "[%"
30 0 6 if defined $stop_tag and $stop_tag ne "%]"
38 0 6 defined $include_path ? :
41 0 6 if $self->config->{'show_private_variables'}
50 14 0 length $charset ? :
51 0 14 unless $self->engine->process($template, $tokens, \$content, @options)
86 4 3 unless $exists