blib/lib/Locale/Maketext/Utils/Phrase/Norm/Escapes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 4 | 100.0 |
line | true | false | branch |
---|---|---|---|
12 | 2 | 76 | if (${$string_sr;} =~ s/(?:\\\[(.*?)\])/[comment,escaped sequence \342\200\234~[$1~]\342\200\235]/g) |
16 | 10 | 68 | if (${$string_sr;} =~ s/(?:\\([^NUuxX]))/[comment,escaped sequence \342\200\234$1\342\200\235]/g) |