line |
true |
false |
branch |
46
|
0 |
1 |
if ($num_points == 0)
|
56
|
0 |
14 |
unless (&looks_like_number($new_value))
|
60
|
4 |
10 |
if (@points > $num_points)
|
64
|
5 |
9 |
if (@points == $num_points) { }
|
72
|
1 |
4 |
if ($std_dev < $tolerance_std_dev)
|
77
|
4 |
1 |
if (abs $setpoint - $median < $tolerance_setpoint)
|
81
|
0 |
5 |
if ($verbose)
|
87
|
1 |
4 |
if ($crit_stddev and $crit_setpoint) { }
|
97
|
0 |
9 |
if ($verbose)
|
105
|
0 |
13 |
if ($measurement_interval > 5) { }
|
115
|
0 |
13 |
if (defined $max_stabilization_time)
|
116
|
0 |
0 |
if (&Lab::Moose::Stabilizer::time() - $start_time > $max_stabilization_time)
|