| blib/lib/Armadito/Agent/Tools/Dir.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 0 | unless (-d $params{'dirpath'}) |
| 21 | 0 | 0 | unless make_path($params{'dirpath'}) |
| 30 | 0 | 0 | unless (defined $params{'filter'}) |
| 34 | 0 | 0 | unless (opendir $dh, $params{'dirpath'}) |
| 39 | 0 | 0 | if (my $selected_entry = _isSelected($_, %params)) |
| 51 | 0 | 0 | if ($params{'filter'} eq 'files-only') |
| 52 | 0 | 0 | unless (-f $params{'dirpath'} . '/' . $entry) |
| 57 | 0 | 0 | if ($params{'filter'} eq 'dirs-only') |
| 58 | 0 | 0 | unless (-d $params{'dirpath'} . '/' . $entry) |
| 63 | 0 | 0 | if ($entry eq '.' or $entry eq '..') |