| blib/lib/MogileFS/Rebalance.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 35 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | $devs and ref $devs |
| 185 | 0 | 0 | 0 | ref $c and ref $c eq 'ARRAY' |
| 0 | 0 | 0 | ref $c and ref $c eq 'ARRAY' and not ref $value | |
| 230 | 0 | 0 | 0 | @fids and $self->_check_limits |
| 350 | 0 | 0 | 0 | $used and $used > $policy->{'from_space_used'} |
| 355 | 0 | 0 | 0 | $free and $free > $policy->{'from_space_free'} |
| 477 | 0 | 0 | 0 | $used and $used > $policy->{'to_space_used'} |
| 481 | 0 | 0 | 0 | $free and $free > $policy->{'to_space_free'} |
| line | l | !l | condition |
|---|---|---|---|
| 69 | 0 | 0 | shift() || '' |
| 70 | 0 | 0 | shift() || '' |
| 166 | 0 | 0 | shift() || '' |
| 209 | 0 | 0 | shift() || 100 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 429 | 0 | 0 | 0 | $type or $type eq 'b' |