Branch Coverage

blib/lib/Dancer2/Template/Tiny.pm
Criterion Covered Total %
branch 4 6 66.6


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