Condition Coverage

lib/SMB/OpenFile.pm
Criterion Covered Total %
condition 3 16 18.7


or 2 conditions

line l !l condition
28 17 0 shift() || die("No file\n")
29 17 0 shift() || 0
30 17 0 shift() || -1
56 0 0 $params{'offset'} || 0
57 0 0 sysseek($fh, $offset, 0) // (return)
59 0 0 $params{'length'} // (return)
60 0 0 $params{'minlen'} || 0
65 0 0 sysread($fh, $buffer, $length) // (return)