Branch Coverage

blib/lib/Lab/Instrument/U2000.pm
Criterion Covered Total %
branch 0 52 0.0


line true false branch
56 0 0 if (ref $_[0] eq 'HASH') { }
64 0 0 if ($type eq 'AUTO') { }
71 0 0 if ($self->{'average_on'} and $type eq 'INT' || $type eq 'EXT')
76 0 0 if ($type eq 'INT' or $type eq 'EXT' or $type eq 'IMM') { }
0 0 elsif ($type eq 'BUS') { }
0 0 elsif ($type ne 'AUTO') { }
90 0 0 if (defined $delay)
91 0 0 if ($delay eq 'AUTO') { }
100 0 0 if (defined $holdoff)
104 0 0 if (defined $level)
108 0 0 if (defined $hysteresis)
112 0 0 if (defined $slope)
127 0 0 if ($count eq 'OFF') { }
137 0 0 if ($count eq 'AUTO') { }
150 0 0 if ($mode eq 'AVER') { }
0 0 elsif ($mode eq 'NORM') { }
154 0 0 if ($self->{'trigger_mode'} eq "IMM")
181 0 0 if ($rate =~ /(NORM,DOUB, FAST)/u) { }
0 0 elsif ($rate eq 'MIN' or $rate <= 20) { }
0 0 elsif ($rate <= 40) { }
0 0 elsif ($rate eq 'MAX' or $rate <= 110) { }
204 0 0 if ($self->{'trigger_mode'} eq 'AUTO') { }
0 0 elsif ($self->{'trigger_mode'} eq 'IMM') { }
227 0 0 if ($current_error eq "")
231 0 0 if ($current_error =~ /^\+?0,/u)
234 0 0 unless ($max_errors)