Condition Coverage

blib/lib/JS/JJ.pm
Criterion Covered Total %
condition 33 44 75.0


and 3 conditions

line !l l&&!r l&&r condition
34 2 19 2 33 <= $hex and $hex <= 47
2 18 1 58 <= $hex and $hex <= 64
4 16 0 91 <= $hex and $hex <= 96
19 1 0 123 <= $hex and $hex <= 127
2 18 0 48 <= $hex and $hex <= 57
4 9 7 97 <= $hex and $hex <= 102

or 2 conditions

line l !l condition
24 1 0 $key ||= '$'

or 3 conditions

line l !l&&r !l&&!r condition
34 2 0 23 $hex == 34 or $hex == 92
2 1 20 33 <= $hex and $hex <= 47 or 58 <= $hex and $hex <= 64
1 0 20 33 <= $hex and $hex <= 47 or 58 <= $hex and $hex <= 64 or 91 <= $hex and $hex <= 96
0 0 20 33 <= $hex and $hex <= 47 or 58 <= $hex and $hex <= 64 or 91 <= $hex and $hex <= 96 or 123 <= $hex and $hex <= 127
0 0 20 48 <= $hex and $hex <= 57 or 97 <= $hex and $hex <= 102
2 2 9 $hex == 108 or $hex == 111
4 1 8 $hex == 108 or $hex == 111 or $hex == 116
3 0 8 $hex == 108 or $hex == 111 or $hex == 116 or $hex == 117