blib/lib/MogileFS/Worker/Fsck.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 28 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
74 | 0 | 0 | 0 | defined $alg and $alg eq 'off' |
166 | 0 | 0 | 0 | $fid->class->hashtype and not $fid->checksum |
175 | 0 | 0 | 0 | $$self{'opt_checksum'} and $$self{'opt_checksum'} ne 'off' |
203 | 0 | 0 | 0 | $fid->class->hashtype && !($$self{'opt_checksum'} && $$self{'opt_checksum'} eq 'off') |
275 | 0 | 0 | 0 | $alg and $alg ne 'off' |
346 | 0 | 0 | 0 | $alg and $alg ne 'off' |
455 | 0 | 0 | 0 | $good and scalar @$good > 0 |
line | l | !l | condition |
---|---|---|---|
72 | 0 | 0 | 'MogileFS::Config'->server_setting('fsck_opt_policy_only') || 0 |
289 | 0 | 0 | $$checksums{$digest} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
253 | 0 | 0 | 0 | $fid->class->hashname || $$self{'opt_checksum'} |