Condition Coverage

blib/lib/Device/Arduino/LCD.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
151 0 0 0 $ascii <= 7 and $ascii >= 0
160 0 0 0 $ascii >= 0 and $ascii <= 7

or 2 conditions

line l !l condition
97 0 0 $pre_delay || 0
99 0 0 $post_delay || 0
110 0 0 $pre_delay || 0
113 0 0 $internal_delay || 0
115 0 0 $post_delay || 0

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 0 $device ||= $Device::Arduino::LCD::Device
42 0 0 0 $baud ||= $Device::Arduino::LCD::Baud