Branch Coverage

blib/lib/Lab/Instrument/OI_ITC503.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
30 0 0 if ($self->auto_pid)
58 0 0 defined $cmd ? :
61 0 0 if ($status_char eq '?') { }
0 0 elsif (defined $cmd_char and $status_char ne $cmd_char) { }
110 0 0 $mode =~ /^\s*(unlocked)\s*$/u ? :
0 0 $mode =~ /^\s*(locked)\s*$/u ? :
0 0 $mode =~ /^\s*(0|1|2|3)\s*$/u ? :
139 0 0 if ($temp < 1.5 and $t_sensor == 3) { }
0 0 elsif ($temp >= 1.5 and $t_sensor == 2) { }
164 0 0 if ($temp < 1.5 and $t_sensor == 3) { }
0 0 elsif ($temp >= 1.5 and $t_sensor == 2) { }
233 0 0 if ($mode == 'MAN') { }
0 0 elsif ($mode == 'AUTO') { }
363 0 0 if ($x < 0 or $x > 128)
367 0 0 if ($y < 0 or $y > 128)
383 0 0 if ($setpoint < 0 or $setpoint > "9.9")