| blib/lib/Net/RRP/Toolkit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 23 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 23 | 0 | 0 | 0 | $! == 4 and not $result | 
| 174 | 0 | 0 | 0 | /=/ and not defined $result[1] | 
| line | l | !l | condition | 
|---|---|---|---|
| 14 | 0 | 0 | shift() || (return undef) | 
| 74 | 0 | 0 | $_{'srcFile'} || die('safeCopy(): srcFile required') | 
| 75 | 0 | 0 | $_{'dstFile'} || die('safeCopy(): dstFile required') | 
| 77 | 0 | 0 | $_{'bufferSize'} || 128 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 35 | 0 | 0 | 0 | $length ||= length $buffer | 
| 55 | 0 | 0 | 0 | $length ||= length $buffer | 
| 78 | 0 | 0 | 0 | $_{'tmpMask'} || "$toName.$$.%s" |