Branch Coverage

blib/lib/Lab/XPRESS/Sweep/Level.pm
Criterion Covered Total %
branch 6 16 37.5


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