Branch Coverage

blib/lib/MojoX/Renderer/Alloy/HTE.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
25 2 0 unless exists $config{'path'}
39 13 9 unless defined $inline or defined $path and defined $tname
44 0 9 if (defined $inline) { }
9 0 elsif (-r $path) { }
61 0 0 if ($r->get_data_template($options, $tname)) { }
78 2 7 if (my $e = $alloy->error || $@)