Condition Coverage

blib/lib/Device/BusPirate/Chip/MAX7219.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
104 0 0 0 $digit >= 0 and $digit <= 7
137 0 0 0 $digit >= 0 and $digit <= 7
213 0 0 0 $columns >= 1 and $columns <= 8

or 3 conditions

line l !l&&r !l&&!r condition
166 0 0 0 $hex2bits{$val} // croak("Unrecognised hex value $val")