Condition Coverage

blib/lib/D64/File/PRG.pm
Criterion Covered Total %
condition 7 17 41.1


or 2 conditions

line l !l condition
253 1 1 $$params{'ROW_LENGTH'} || 8

or 3 conditions

line l !l&&r !l&&!r condition
69 0 15 0 ref $this || $this
113 0 0 17 $loading_address < 0 or $loading_address > 65535
175 0 0 116 $byte_value < 0 or $byte_value > 255
254 0 0 2 not $row_length =~ /^\d+$/ or $row_length < 1
0 0 2 not $row_length =~ /^\d+$/ or $row_length < 1 or $row_length > 255