Condition Coverage

blib/lib/Lab/Instrument/TCD.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
55 0 0 0 defined $read_mode and $read_mode =~ /device|cache|request|fetch/u
60 0 0 0 $read_mode eq "cache" and defined $self->{'device_cache'}{'T'}
0 0 0 $read_mode eq "fetch" and $self->{'request'} == 1

or 3 conditions

line l !l&&r !l&&!r condition
38 0 0 0 ref $proto || $proto
79 0 0 0 $temperature < 0 or $temperature > "1.5"
102 0 0 0 $temperature < 0 or $temperature > "1.5"