blib/lib/Locale/Maketext/Utils/Phrase/Norm/Ampersand.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
11 | 8 | 66 | if (${$string_sr;} =~ s/\[output,chr,(?:\&|38)\]/[output,amp]/g) |
14 | 8 | 66 | if (${$string_sr;} =~ s/chr\(&\)/chr(38)/g) |
18 | 8 | 66 | if (${$string_sr;} =~ s/&/[output,amp]/g) |
24 | 8 | 66 | if ($bef or $aft) |