Branch Coverage

blib/lib/Dancer/Template/HtmlTemplate.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
16 0 2 unless 'Dancer::ModuleLoader'->load('HTML::Template')
22 0 2 unless ref $template or -f $template
25 2 0 if ref $tokens eq 'HASH'
29 0 2 if ($$config{'die_on_bad_params'})
50 11 3 unless ref $$tokens{$key} eq 'HASH'