Branch Coverage

blib/lib/Pod/Escapes.pm
Criterion Covered Total %
branch 16 22 72.7


line true false branch
36 0 61 unless defined $in and length $in
39 12 49 if ($in =~ /^(0[0-7]*)$/s) { }
23 26 elsif ($in =~ /^0?x([0-9a-fA-F]+)$/s) { }
45 40 21 if ($in =~ /^\d+$/s) { }
46 0 40 if ($] < 5.007 and $in > 255) { }
40 0 elsif ($] >= 5.007003) { }
0 0 elsif ($NOT_ASCII) { }
65 0 56 unless defined $in and length $in
68 12 44 if ($in =~ /^(0[0-7]*)$/s) { }
17 27 elsif ($in =~ /^0?x([0-9a-fA-F]+)$/s) { }
74 34 22 if ($in =~ /^[0-9]+$/s) { }