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 32 15 2954 $char eq "x" or $char eq "X"
19 4 2931 $char eq "b" or $char eq "B"
1 1 2929 $char eq "o" or $char eq "O"
102 11 8 25 $char eq 8 or $char eq 9
117 7 6 15978 $char eq "e" or $char eq "E"