Condition Coverage

blib/lib/Lab/Instrument/Lakeshore224.pm
Criterion Covered Total %
condition 0 63 0.0


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 0 $state != 1 and $state != 0
0 0 0 defined $state and ($state != 1 and $state != 0)
140 0 0 0 $on_off != 1 and $on_off != 0
0 0 0 defined $on_off and ($on_off != 1 and $on_off != 0)
145 0 0 0 defined $points and $points < 2 || $points > 64
150 0 0 0 defined $window and $window < 1 || $window > 10
169 0 0 0 defined $state and $state < 1 || $state > 2
190 0 0 0 $state != 0 and $state != 1
0 0 0 defined $state and ($state != 0 and $state != 1)
219 0 0 0 $on_off != 1 and $on_off != 0
0 0 0 defined $on_off and ($on_off != 1 and $on_off != 0)
224 0 0 0 defined $latch_enable and $latch_enable != 1 || $latch_enable != 0
230 0 0 0 $audible != 1 and $audible != 0
0 0 0 defined $audible and ($audible != 1 and $audible != 0)
235 0 0 0 defined $display and $display != 1 || $display != 0

or 3 conditions

line l !l&&r !l&&!r condition
54 0 0 0 ref $proto || $proto
145 0 0 0 $points < 2 || $points > 64
150 0 0 0 $window < 1 || $window > 10
169 0 0 0 $state < 1 || $state > 2
224 0 0 0 $latch_enable != 1 || $latch_enable != 0
235 0 0 0 $display != 1 || $display != 0