Condition Coverage

lib/Win32/PEFile/PEReader.pm
Criterion Covered Total %
condition 6 10 60.0


and 3 conditions

line !l l&&!r l&&r condition
66 0 0 2 read $peFile, $buffer, 4 and $buffer =~ /^PE\0\0/

or 2 conditions

line l !l condition
21 1 2 $@ || ''
168 0 2 $$self{'owner'}{'SecData'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
193 0 9 12 $start > $$entry{'imageRVA'} or $end < $$entry{'imageRVA'}