Branch Coverage

blib/lib/Lab/XPRESS/Sweep/Time.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
37 0 0 if (ref @args[0]->{'duration'} ne "ARRAY")
65 0 0 if ($self->{'config'}{'backsweep'} == 1)
74 0 0 if ($self->{'config'}{'stabilize'} == 1)
75 0 0 if (not defined $self->{'config'}{'sensor'})
86 0 0 if (@{$$self{'config'}{'points'};}[$self->{'sequence'}] > 0 and $self->{'iterator'} >= @{$$self{'config'}{'points'};}[$self->{'sequence'}] / @{$$self{'config'}{'interval'};}[$self->{'sequence'}]) { }
0 0 elsif ($self->{'config'}{'stabilize'} == 1) { }
93 0 0 unless (defined @{$$self{"config"}{"points"};}[$self->{'sequence'} + 1])
97 0 0 if ($self->{'config'}{'stabilize'} == 1)
117 0 0 if ($self->{'Time'} >= $self->{'config'}{'stabilize_observation_time'})
131 0 0 if ($SENSOR_STD_DEV <= $self->{'config'}{'std_dev_sensor'})