Condition Coverage

blib/lib/Device/Chip/MAX7219.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

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

or 3 conditions

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