Branch Coverage

blib/lib/Dancer2/Template/Tiny.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
23 1 22 unless ref $template or -f $template
28 1 21 ref $template ? :
33 0 22 unless $template_data
37 0 22 unless $self->engine->process(\$template_data, $tokens, \$content)