blib/lib/Tie/DiskUsage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
86 | 4 | 2 | defined $_ && length $_ ? : |
102 | 0 | 10 | if defined $path and not -e $path |
105 | 0 | 10 | if @$opts and grep((!/$valid_opt/), @$opts) |
110 | 1 | 2 | if (not -e $DU_BIN) { } |
112 | 0 | 1 | unless defined $du_which |
117 | 0 | 2 | unless -x $DU_BIN |
129 | 0 | 8 | unless open $pipe, "$du @$opts $path |" |
135 | 0 | 8 | if defined $key and $key ne $item |