Condition Coverage

blib/lib/Ham/Device/FT950.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
217 0 0 0 $power ge '005' and $power le '100'
341 0 0 0 $vfo ne 'A' and $vfo ne 'B'
376 0 0 0 $vfo ne 'A' and $vfo ne 'B'

or 3 conditions

line l !l&&r !l&&!r condition
26 0 0 0 ref $invocant || $invocant
177 0 0 0 $opt lt '001' or $opt gt '118'
199 0 0 0 $channel lt '01' or $channel gt '05'
369 0 0 0 $freq < 30000 or $freq > 56000000
442 0 0 0 $self->readResult || croak("Unable to read Rig Mode!\n")