Branch Coverage

blib/lib/PDF/API2/Basic/PDF/Filter/ASCIIHexDecode.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
24 3 1 if $include_eod
37 3 5 if (substr($string, -1, 1) eq ">")
44 1 7 if $string =~ /[^0-9A-Fa-f]/
50 1 6 if ($has_eod_marker and length($string) % 2 == 1)