blib/lib/MyCPAN/Indexer/Queue.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 26 | 0.0 |
line | true | false | branch |
---|---|---|---|
81 | 0 | 0 | unless -e $dir |
86 | 0 | 0 | unless @dirs |
90 | 0 | 0 | if ($self->get_config->organize_dists) |
103 | 0 | 0 | if $file =~ /$regex/ |
180 | 0 | 0 | if $self->get_config->fresh_start |
185 | 0 | 0 | if (-e $success_report) |
187 | 0 | 0 | if $self->get_config->retry_errors |
189 | 0 | 0 | if (-e $error_report) |
209 | 0 | 0 | if $@ |
241 | 0 | 0 | if (-e $new_name and $self->_file_md5($new_name) eq $self->_file_md5($file)) |
248 | 0 | 0 | unless $rc |
251 | 0 | 0 | $rc ? : |
260 | 0 | 0 | unless open my $fh, '<', $file |