| blib/lib/Filesys/DiskUsage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 216 | 86 | 39 | 0 | defined $config{'exclude'} and -f $_ || -d $_ |
| 246 | 7 | 26 | 0 | $config{'recursive'} and $config{'max-depth'} |
| 299 | 0 | 4 | 0 | @args and $size > $block |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 204 | 3 | 0 | 43 | $config{'human-readable'} || $config{'Human-readable'} |
| 207 | 19 | 2 | 25 | not defined $calling_sub or $calling_sub ne 'Filesys::DiskUsage::du' |
| 216 | 30 | 9 | 0 | -f $_ || -d $_ |