Condition Coverage

blib/lib/Disassemble/X86/MemRegion.pm
Criterion Covered Total %
condition 5 25 20.0


and 3 conditions

line !l l&&!r l&&r condition
26 0 0 0 $addr >= $$self{'start'} && $addr < $$self{'end'}

or 2 conditions

line l !l condition
15 0 2 $args{'start'} || 0
54 0 0 $len ||= '*'

or 3 conditions

line l !l&&r !l&&!r condition
32 0 4 1329 $pos < 0 or $pos >= $$self{'len'}
39 0 0 64 $pos < 0 or $pos + 2 > $$self{'len'}
46 0 0 56 $pos < 0 or $pos + 4 > $$self{'len'}
53 0 0 0 $pos < 0 or $pos > $$self{'len'}
62 0 0 0 $pos < 0 or $pos >= $mem_len
72 0 0 0 $pos < 0 or $pos + 2 > $mem_len