Condition Coverage

blib/lib/Lab/Instrument/Agilent34410A.pm
Criterion Covered Total %
condition 1 53 1.8


and 3 conditions

line !l l&&!r l&&r condition
227 0 0 0 $nplc < 0.006 || $nplc > 100 and not $nplc =~ /^(min|max|def)$/u
260 0 0 0 $resolution < "3e-07" * $range and not $resolution =~ /^(min|max|def)$/u
291 0 0 0 $tc < 0.0001 || $tc > 1 and not $tc =~ /^(min|max|def)$/u
320 0 0 0 $bw < 3 || $bw > 200 and not $bw =~ /^(min|max|def)$/u
434 0 0 0 $readings >= 1 and $readings <= 50000
510 0 0 0 $status[5] == 1 and $status[10] == 0

or 2 conditions

line l !l condition
434 0 0 $readings eq "ALL" or $readings = "all"

or 3 conditions

line l !l&&r !l&&!r condition
51 0 1 0 ref $proto || $proto
158 0 0 0 $range < 0 or $range > "1000000000"
182 0 0 0 scpi_match($range, "min|max|def") or $range =~ /\b\d+(e\d+|E\d+|exp\d+|EXP\d+)?\b/u
227 0 0 0 $nplc < 0.006 || $nplc > 100
291 0 0 0 $tc < 0.0001 || $tc > 1
320 0 0 0 $bw < 3 || $bw > 200
561 0 0 0 $count >= 0 or $count <= 50000
588 0 0 0 $delay =~ /^(min|max|def)$/iu or $delay >= 0
0 0 0 $delay =~ /^(min|max|def)$/iu or $delay >= 0 or $delay <= 3600
611 0 0 0 $count < 0 or $count >= 50000
643 0 0 0 $delay >= 0 or $delay <= 3600