blib/lib/Lab/Moose/Instrument/VNASweep.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 20 | 65.0 |
line | true | false | branch |
---|---|---|---|
50 | 0 | 6 | if ($num_rows != $self->cached_sense_sweep_points) |
59 | 0 | 6 | if ($num_points != $num_columns * $num_rows) |
104 | 2 | 4 | if ($self->cached_initiate_continuous) |
110 | 2 | 4 | if ($self->cached_sense_average_count != $average_count) |
114 | 1 | 5 | if ($self->cached_sense_sweep_count != $average_count) |
142 | 0 | 2 | if ($points != 1) |
147 | 0 | 2 | if ($start != $stop) |
166 | 1 | 0 | if ($points != 1) |
172 | 1 | 0 | if (_rel_error($start, $value) > "1e-14") |
175 | 1 | 0 | if (_rel_error($stop, $value) > "1e-14") |