lib/Hardware/Simulator/MIX.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 63 | 25.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
219 | 83 | 0 | 0 | $i >= 1 and $i <= 6 |
352 | 0 | 0 | 0 | $f >= 0 and $f < 8 |
0 | 0 | 0 | $f >= 8 and $f < 16 | |
371 | 0 | 0 | 0 | 0 <= $f and $f <= 7 |
0 | 0 | 0 | 8 <= $f and $f <= 15 | |
574 | 0 | 0 | 0 | 0 <= $f and $f <= 7 |
0 | 0 | 0 | 8 <= $f and $f <= 15 | |
764 | 58 | 0 | 224 | $r >= $l and @word != 0 |
862 | 0 | 126 | 0 | @word > 0 and $word[0] eq '+' || $word[0] eq '-' |
1081 | 0 | 0 | 0 | $i < 100 and $$tape{'pos'} < $n |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
117 | 0 | 7 | 0 | ref $invocant || $invocant |
199 | 0 | 0 | 83 | $loc < 0 or $loc > 3999 |
231 | 83 | 0 | 0 | $c >= 0 or $c <= 63 |
334 | 0 | 0 | 0 | $devnum < 0 or $devnum > 19 |
757 | 37 | 21 | 0 | @{$wref;}[0] eq '+' or @{$wref;}[0] eq '-' |
790 | 0 | 0 | 81 | $loc < 0 or $loc > 3999 |
843 | 0 | 0 | 143 | $loc < 0 or $loc > 3999 |
862 | 96 | 30 | 0 | $word[0] eq '+' || $word[0] eq '-' |
992 | 0 | 0 | 0 | $u > 19 or $u < 0 |
1321 | 0 | 0 | 0 | $sign eq '+' or $sign eq '-' |
1417 | 1 | 1 | 8 | $_[0] < 0 or $_[0] >= length $mix_charset |