Branch Coverage

blib/lib/EJS/Template/Util.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
63 25 436 if (&Encode::is_utf8($$value_ref)) { }
0 872 elsif ($sanitize_utf8 and $$value_ref =~ /[\x80-\xFF]/) { }
64 25 0 if ($encode_utf8)
73 0 461 if ($force_untaint and &tainted($$value_ref))