line |
true |
false |
branch |
53
|
0 |
0 |
if ($self->auto_pid)
|
123
|
0 |
0 |
if ($value < 1.5 and $t_sensor != $low_temp_sensor) { }
|
|
0 |
0 |
elsif ($value >= 1.5 and $t_sensor != $high_temp_sensor) { }
|
147
|
0 |
0 |
if ($temp < 1.5 and $t_sensor != $low_temp_sensor) { }
|
|
0 |
0 |
elsif ($temp >= 1.5 and $t_sensor != $high_temp_sensor) { }
|
203
|
0 |
0 |
if ($mode eq 'MAN') { }
|
|
0 |
0 |
elsif ($mode eq 'AUTO') { }
|
333
|
0 |
0 |
if ($value > 32)
|
345
|
0 |
0 |
if ($x < 0 or $x > 128)
|
349
|
0 |
0 |
if ($y < 0 or $y > 128)
|
365
|
0 |
0 |
if ($setpoint < 0 or $setpoint > "9.9")
|
441
|
0 |
0 |
if ($temp <= $target_temp)
|