blib/lib/Test/Directory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 15 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
160 | 2 | 5 | 1 | $has and not -f $self->path($file) |
163 | 1 | 1 | 1 | $has and not -d $self->path($file) |
257 | 4 | 9 | 1 | $has and not -f $self->path($file) |
263 | 2 | 4 | 2 | $has and not -d $self->path($file) |
275 | 2 | 2 | 4 | $has and -d $dir |