line |
true |
false |
branch |
66
|
0 |
0 |
if ($self->{'config'}{'mode'} eq "continuous")
|
67
|
0 |
0 |
if ($self->{'config'}{'backsweep'} == 1)
|
73
|
0 |
0 |
if (defined $self->{'config'}{'pid'}) { }
|
74
|
0 |
0 |
if (ref $self->{'config'}{'pid'} eq 'ARRAY') { }
|
75
|
0 |
0 |
if (ref @{$$self{"config"}{"pid"};}[0] ne "ARRAY")
|
116
|
0 |
0 |
if ($self->{'config'}{'mode'} =~ /step|list/u) { }
|
|
0 |
0 |
elsif ($self->{'config'}{'mode'} =~ /continuous/u) { }
|
117
|
0 |
0 |
unless (defined @{$$self{"config"}{"points"};}[$self->{'iterator'} + 1])
|
125
|
0 |
0 |
if (defined $self->{'config'}{'sensor'}) { }
|
131
|
0 |
0 |
if ($TEMPERATURE < @{$$self{'config'}{'points'};}[0]) { }
|
178
|
0 |
0 |
if (defined $pid)
|
212
|
0 |
0 |
if (scalar @T_INSTR > int $self->{'config'}{'stabilize_observation_time'} / $self->{'config'}{'stabilize_measurement_interval'})
|
226
|
0 |
0 |
if (scalar @MEDIAN_INSTR > int $self->{'config'}{'stabilize_observation_time'} / $self->{'config'}{'stabilize_measurement_interval'})
|
236
|
0 |
0 |
if (defined $self->{'config'}{'sensor'})
|
240
|
0 |
0 |
if (scalar @T_SENSOR > int $self->{'config'}{'stabilize_observation_time'} / $self->{'config'}{'stabilize_measurement_interval'})
|
254
|
0 |
0 |
if (scalar @MEDIAN_SENSOR > int $self->{'config'}{'stabilize_observation_time'} / $self->{'config'}{'stabilize_measurement_interval'})
|
268
|
0 |
0 |
if (defined @MEDIAN_INSTR[-1])
|
269
|
0 |
0 |
if (abs $setpoint - @MEDIAN_INSTR[-1] < $self->{'config'}{'tolerance_setpoint'}) { }
|
293
|
0 |
0 |
if (scalar @T_INSTR >= int($self->{'config'}{'stabilize_observation_time'} / $self->{'config'}{'stabilize_measurement_interval'}) - 1)
|
303
|
0 |
0 |
if ($INSTR_STD_DEV < $self->{'config'}{'std_dev_instrument'}) { }
|
311
|
0 |
0 |
if (defined $self->{'config'}{'sensor'})
|
312
|
0 |
0 |
if (scalar @T_SENSOR >= int($self->{'config'}{'stabilize_observation_time'} / $self->{'config'}{'stabilize_measurement_interval'}) - 1)
|
322
|
0 |
0 |
if ($SENSOR_STD_DEV < $self->{'config'}{'std_dev_sensor'}) { }
|
347
|
0 |
0 |
if ($criterion_std_dev_INSTR * $criterion_std_dev_SENSOR * $criterion_setpoint) { }
|
|
0 |
0 |
elsif (defined $self->{'config'}{'max_stabilization_time'} and time - $time0 >= $self->{'config'}{'max_stabilization_time'}) { }
|
366
|
0 |
0 |
if (defined $char and $char eq "c")
|