line |
true |
false |
branch |
49
|
1 |
0 |
if ($self->{'config'}{'mode'} =~ /step|list/u and $self->{'config'}{'jump'}) { }
|
55
|
0 |
1 |
unless (defined $stepwidth)
|
93
|
11 |
0 |
if ($self->{'config'}{'jump'} == 1) { }
|
114
|
11 |
0 |
if ($self->{'config'}{'mode'} =~ /step|list/u)
|
115
|
1 |
10 |
unless (defined @{$$self{"config"}{"points"};}[$self->{'iterator'} + 1])
|
123
|
0 |
0 |
if (not $self->{'config'}{'instrument'}->active) { }
|
124
|
0 |
0 |
if ($self->{'config'}{'mode'} eq "continuous")
|
125
|
0 |
0 |
unless (defined @{$$self{"config"}{"points"};}[$self->{'sequence'} + 2])
|