Branch Coverage

blib/lib/Locale/Maketext/Utils/Phrase/Norm/NonBytesStr.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
12 8 66 if (${$string_sr;} =~ s/(\\x\{[0-9a-fA-F]+\})/[comment,non bytes unicode string \342\200\234$1\342\200\235]/g)
17 8 66 if (${$string_sr;} =~ s/(\\N\{[^}]+\})/[comment,charnames.pm type string \342\200\234$1\342\200\235]/g)
22 8 66 if (${$string_sr;} =~ s/([uU])(["'])(\\[uU][0-9a-fA-F]+)\2/[comment,unicode notation \342\200\234$1\342\200\234$3\342\200\235\342\200\235]/g)
27 8 66 if (${$string_sr;} =~ s/(?
33 8 66 if (${$string_sr;} =~ s/(?:([XxUn])(["'])([0-9a-fA-F]+)\2)/[comment,unicode notation \342\200\234$1\342\200\230$3\342\200\231\342\200\235]/g)
38 8 66 if (${$string_sr;} =~ s/(?
43 8 66 if (${$string_sr;} =~ s/([Uu]x[0-9a-fA-F]+)/[comment,unicode notation \342\200\234$1\342\200\235]/g)