Condition Coverage

blib/lib/Device/Chip/nRF24L01P.pm
Criterion Covered Total %
condition 8 20 40.0


and 3 conditions

line !l l&&!r l&&r condition
299 0 2 10 defined $_registers[$regnum] and $_registers[$regnum] eq $data
464 0 0 1 $pipeno >= 0 and $pipeno < 6
491 0 0 1 $pipeno >= 0 and $pipeno < 6
632 0 0 1 $len > 0 and $len <= 32
657 0 0 2 $len > 0 and $len <= 32

or 2 conditions

line l !l condition
56 0 5 ($params{'ce'} // $DEFAULT_CE{ref $adapter}) // "CE"

or 3 conditions

line l !l&&r !l&&!r condition
56 0 0 5 $params{'ce'} // $DEFAULT_CE{ref $adapter}