Condition Coverage

blib/lib/Lab/Moose/Instrument/OI_ITC503.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
123 0 0 0 $value < "1.5" and $t_sensor != $low_temp_sensor
0 0 0 $value >= "1.5" and $t_sensor != $high_temp_sensor
147 0 0 0 $temp < "1.5" and $t_sensor != $low_temp_sensor
0 0 0 $temp >= "1.5" and $t_sensor != $high_temp_sensor

or 3 conditions

line l !l&&r !l&&!r condition
345 0 0 0 $x < 0 or $x > 128
349 0 0 0 $y < 0 or $y > 128
365 0 0 0 $setpoint < 0 or $setpoint > "9.9"