blib/lib/Filesys/DiskUsage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
202 | 84 | 39 | 0 | defined $config{'exclude'} and -f $_ || -d $_ |
224 | 7 | 2 | 22 | $config{'recursive'} and $config{'max-depth'} |
276 | 0 | 4 | 0 | @args and $size > $block |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
190 | 3 | 1 | 39 | $config{'human-readable'} || $config{'Human-readable'} |
193 | 19 | 1 | 23 | not defined $calling_sub or $calling_sub ne 'Filesys::DiskUsage::du' |
202 | 30 | 9 | 0 | -f $_ || -d $_ |