Branch Coverage

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


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