Branch Coverage

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


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