Condition Coverage

blib/lib/Device/BusPirate/Chip/nRF24L01P.pm
Criterion Covered Total %
condition 0 37 0.0


and 3 conditions

line !l l&&!r l&&r condition
297 0 0 0 defined $$self{'registers'}[$regnum] and $$self{'registers'}[$regnum] eq $data
366 0 0 0 defined $_[$idx] and $_[$idx] == $want
528 0 0 0 $pipeno >= 0 and $pipeno < 6
558 0 0 0 $pipeno >= 0 and $pipeno < 6
719 0 0 0 $len > 0 and $len <= 32
745 0 0 0 $len > 0 and $len <= 32

or 2 conditions

line l !l condition
59 0 0 $$self{'speed'} // '1M'
222 0 0 $data //= ''

or 3 conditions

line l !l&&r !l&&!r condition
452 0 0 0 _idx_of($config{'CRCO'}, @CRCOs) // croak(q[Unsupported 'CRCO'])
0 0 0 _idx_of($config{'AW'}, @AWs) // croak(q[Unsupported 'AW'])
0 0 0 _idx_of($config{'ARD'}, @ARDs) // croak(q[Unsupported 'ARD'])
453 0 0 0 _idx_of($config{'RF_DR'}, @RF_DRs) // croak(q[Unsupported 'RF_DR'])
455 0 0 0 _idx_of($config{'RF_PWR'}, @RF_PWRs) // croak(q[Unsupported 'RF_PWR'])