| blib/lib/MogileFS/Worker/Fsck.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 31 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 0 | 0 | 0 | defined $alg and $alg eq 'off' |
| 176 | 0 | 0 | 0 | $fid->class->hashtype and not $fid->checksum |
| 185 | 0 | 0 | 0 | $self->{'opt_checksum'} and $self->{'opt_checksum'} ne 'off' |
| 213 | 0 | 0 | 0 | $fid->class->hashtype && !($self->{'opt_checksum'} && $self->{'opt_checksum'} eq 'off') |
| 290 | 0 | 0 | 0 | $alg and $alg ne 'off' |
| 361 | 0 | 0 | 0 | $alg and $alg ne 'off' |
| 470 | 0 | 0 | 0 | $good and scalar @$good > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 72 | 0 | 0 | 'MogileFS::Config'->server_setting('fsck_opt_policy_only') || 0 |
| 304 | 0 | 0 | $checksums->{$digest} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 140 | 0 | 0 | 0 | $fixed ||= eval { do { $self->fix_fid($fid) } } |
| 268 | 0 | 0 | 0 | $fid->class->hashname || $self->{'opt_checksum'} |