| blib/lib/Test/Directory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 164 | 2 | 5 | 1 | $has and not -f $self->path($file) |
| 167 | 1 | 1 | 1 | $has and not -d $self->path($file) |
| 261 | 4 | 9 | 1 | $has and not -f $self->path($file) |
| 267 | 2 | 4 | 2 | $has and not -d $self->path($file) |
| 279 | 2 | 2 | 4 | $has and -d $dir |