Condition Coverage

blib/lib/Lab/Instrument/PD11042.pm
Criterion Covered Total %
condition 0 48 0.0


and 3 conditions

line !l l&&!r l&&r condition
245 0 0 0 $errcode != 100 and $i < 10
380 0 0 0 $flag <= "1.1" and $flag >= "0.9"
466 0 0 0 $value =~ /^[+-]?\d+$/u and $value >= -180
0 0 0 $value =~ /^[+-]?\d+$/u and $value >= -180 and $value <= 180
649 0 0 0 defined $read_mode and $read_mode =~ /device|cache|request|fetch/u
654 0 0 0 $read_mode eq "cache" and defined $self->{'device_cache'}{'position'}

or 3 conditions

line l !l&&r !l&&!r condition
121 0 0 0 ref $proto || $proto
326 0 0 0 $mode eq "ABS" or $mode eq "abs"
0 0 0 $mode eq "ABS" or $mode eq "abs" or $mode eq "ABSOLUTE"
0 0 0 $mode eq "ABS" or $mode eq "abs" or $mode eq "ABSOLUTE" or $mode eq "absolute"
0 0 0 $mode eq "REL" or $mode eq "rel"
0 0 0 $mode eq "REL" or $mode eq "rel" or $mode eq "RELATIVE"
0 0 0 $mode eq "REL" or $mode eq "rel" or $mode eq "RELATIVE" or $mode eq "relative"
330 0 0 0 $position < $self->device_settings->{'lower_limit'} or $position > $self->device_settings->{'upper_limit'}
345 0 0 0 $CP + $position < $self->device_settings->{'lower_limit'} or $CP + $position > $self->device_settings->{'upper_limit'}
466 0 0 0 $value eq "REF" or $value eq "ref"