Condition Coverage

blib/lib/App/FileCleanerByDiskUage.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
147 0 0 0 ref $opts{'path'} ne "ARRAY" and not -d $opts{'path'}
181 0 0 0 defined $opts{'min_files'} and not $opts{'min_files'} =~ /^\d+$/
230 0 0 0 $opts{'min_files'} and not defined $files[$opts{'min_files'}]
255 0 0 0 defined $opts{'min_files'} and $opts{'min_files'} > 0
267 0 0 0 $df->{'per'} >= $opts{'du'} and defined $files_info[$int]
269 0 0 0 $opts{'dry_run'} and not -w $files_info[$int]{'name'}