blib/lib/MogileFS/Client/Async.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 23 | 17.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
103 | 0 | 0 | 0 | $bytes and not $write |
223 | 0 | 0 | 0 | $len and $len > 0 |
226 | 0 | 0 | 0 | not defined $len and $! != 11 |
line | l | !l | condition |
---|---|---|---|
120 | 0 | 1 | $opts ||= {} |
125 | 0 | 1 | $$opts{'create_open_args'} || {} |
126 | 0 | 1 | $$opts{'create_close_args'} || {} |
131 | 0 | 1 | $$opts{'fid'} || 0 |
175 | 0 | 0 | $error ||= 'unknown error' |
193 | 0 | 0 | $type ||= 'unknown' |
194 | 0 | 0 | $time ||= 60 |