blib/lib/PDF/Builder/Basic/PDF/Filter/ASCIIHexDecode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
28 | 2 | 1 | if $include_eod |
41 | 3 | 5 | if (substr($string, -1, 1) eq '>') |
48 | 1 | 7 | if $string =~ /[^0-9A-Fa-f]/ |
54 | 1 | 6 | if ($has_eod_marker and length($string) % 2 == 1) |