Branch Coverage

blib/lib/Lab/Moose/Instrument/KeysightDSOS604A.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
188 0 0 if ($value == 0) { }
0 0 elsif ($value >= 11 and $value <= 16) { }
237 0 0 if ($value > 100 or $value < 0)
261 0 0 if ($channel < 1 or $channel > 4)
276 0 0 if ($format eq 'BYTE') { }
0 0 elsif ($format eq 'WORD') { }
0 0 elsif ($format eq 'FLOat') { }