Condition Coverage

blib/lib/PPI/Token/Number.pm
Criterion Covered Total %
condition 15 15 100.0


or 3 conditions

line l !l&&r !l&&!r condition
91 31 15 2931 $char eq "x" or $char eq "X"
24 4 2903 $char eq "b" or $char eq "B"
1 1 2901 $char eq "o" or $char eq "O"
102 8 4 22 $char eq 8 or $char eq 9
117 7 6 15890 $char eq "e" or $char eq "E"