Branch Coverage

blib/lib/Dancer2/Template/TemplateToolkit.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
26 9 0 length $charset ? :
31 0 9 if defined $start_tag and $start_tag ne "[%"
33 0 9 if defined $stop_tag and $stop_tag ne "%]"
41 0 9 defined $include_path ? :
44 0 9 if $self->config->{'show_private_variables'}
53 20 0 length $charset ? :
54 1 19 unless $self->engine->process($template, $tokens, \$content, @options)
89 4 3 unless $exists