| blib/lib/VCS/Which.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 15 | 86.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 6 | 11 | 1 | $self->dir and -f $self->dir |
| 131 | 1 | 19 | 7 | $dir and -f $dir |
| 147 | 64 | 0 | 17 | $used and not defined $min |
| 152 | 64 | 0 | 17 | $used and $used <= $min |
| 205 | 1 | 2 | 2 | $file and not -e $file |