Branch Coverage
blib/lib/App/AutoCRUD/View/TT.pm
Criterion
Covered
Total
%
branch
2
4
50.0
line
true
false
branch
37
0
8
unless
my
$template
=
$context
->template
39
0
8
unless
$renderer
->process
(
"src/$template"
,
{
'data'
,
$data
,
'c'
,
$context
}
,
\
my
(
$output
)
)