blib/lib/Robotics/IRobot.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 53 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
328 | 0 | 0 | 0 | $rightVelocity != 0 and $leftVelocity != 0 |
653 | 0 | 0 | 0 | $load <= 1 and $load >= 0 |
928 | 0 | 0 | 0 | $sharp eq '' and $nkey |
1474 | 0 | 0 | 0 | not $added and $i < @{$sensorListeners;} |
2339 | 0 | 0 | 0 | $testAngle < 400 and $testAngle > 200 |
2956 | 0 | 0 | 0 | not $port and $retries > 0 |
line | l | !l | condition |
---|---|---|---|
124 | 0 | 0 | shift() || '/dev/iRobot' |
0 | 0 | shift() || 1 | |
898 | 0 | 0 | $1 || 1 |
0 | 0 | $2 || 2 | |
900 | 0 | 0 | $duration || 1 |
1861 | 0 | 0 | shift() || "\n" |
2092 | 0 | 0 | shift() || 0 |
2140 | 0 | 0 | shift() || '' |
2224 | 0 | 0 | shift() || 'calibration.yaml' |
2239 | 0 | 0 | shift() || 'calibration.yaml' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
631 | 0 | 0 | 0 | $l < 0 or $l > 1 |
859 | 0 | 0 | 0 | length $line[0] > 1 or $line[0] eq '|' |
980 | 0 | 0 | 0 | $1 || $lastOctave |
2286 | 0 | 0 | 0 | $sensor eq 'actualAngle' or $sensor eq 'all' |
2714 | 0 | 0 | 0 | $sensorId == 15 or $sensorId == 16 |