| blib/lib/App/FileCleanerByDiskUage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 181 | 0 | 0 | 0 | ref $opts{'path'} ne "ARRAY" and not -d $opts{'path'} |
| 231 | 0 | 0 | 0 | defined $opts{'min_files'} and not $opts{'min_files'} =~ /^\d+$/ |
| 289 | 0 | 0 | 0 | $opts{'min_files'} and not defined $files[$opts{'min_files'}] |
| 318 | 0 | 0 | 0 | defined $opts{'min_files'} and $opts{'min_files'} > 0 |
| 330 | 0 | 0 | 0 | $df->{'per'} >= $opts{'du'} and defined $files_info[$int] |
| 332 | 0 | 0 | 0 | $opts{'dry_run'} and not -w $files_info[$int]{'name'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 165 | 0 | 0 | 0 | $opts{'pid_name'} =~ m[/] or $opts{'pid_name'} =~ /\\/ |