Branch Coverage

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


line true false branch
43 1 1 unless (ref $in)
44 1 0 unless (-f $in)
47 1 1 if (-f $in_dir)
59 0 2 unless $$o{'tt'}->process($input, $vars_ref, $out, {'binmode', 'utf8'})