| blib/lib/Tie/DiskUsage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 15 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 86 | 1 | 1 | 4 | defined $_ && length $_ |
| 102 | 1 | 9 | 0 | defined $path and not -e $path |
| 105 | 6 | 4 | 0 | @$opts and grep((!/$valid_opt/), @$opts) |
| 135 | 4 | 4 | 0 | defined $key and $key ne $item |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 126 | 8 | 0 | 0 | $path ||= do { require Cwd; Cwd::getcwd() } |