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
300 0 2 10 defined $_registers[$regnum] and $_registers[$regnum] eq $data
465 0 0 1 $pipeno >= 0 and $pipeno < 6
492 0 0 1 $pipeno >= 0 and $pipeno < 6
633 0 0 1 $len > 0 and $len <= 32
658 0 0 2 $len > 0 and $len <= 32

or 2 conditions

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

or 3 conditions

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