blib/lib/MogileFS/Connection/Poolable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 16 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 2 | 1 | 0 | !($reason =~ /timeout/) && $$self{'mfs_requests'} > 0 |
147 | 0 | 0 | 2 | $expire_cb and $self->sock |
194 | 8 | 0 | 1 | $inflight_cb and $close_reason |
line | l | !l | condition |
---|---|---|---|
113 | 31 | 0 | 'MogileFS'->config($timeout_key) || 2 |
204 | 1 | 0 | $close_reason || 'error' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
143 | 6 | 0 | 0 | $now ||= &Time::HiRes::time() |