blib/lib/App/FileCleanerByDiskUage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
140 | 0 | 0 | 0 | ref $opts{'path'} ne "ARRAY" and not -d $opts{'path'} |
171 | 0 | 0 | 0 | defined $opts{'min_files'} and not $opts{'min_files'} =~ /^\d+$/ |
215 | 0 | 0 | 0 | $opts{'min_files'} and not defined $files[$opts{'min_files'}] |
240 | 0 | 0 | 0 | defined $opts{'min_files'} and $opts{'min_files'} > 0 |
252 | 0 | 0 | 0 | $df->{'per'} >= $opts{'du'} and defined $files_info[$int] |
254 | 0 | 0 | 0 | $opts{'dry_run'} and not -w $files_info[$int]{'name'} |