| blib/lib/Path/Class/Iterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 15 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 73 | 0 | 74 | 82 | not $self->follow_hidden and $next =~ /^\./o |
| 75 | 0 | 0 | 74 | $next ne '.' and $next ne '..' |
| 196 | 47 | 0 | 0 | -l $next and $files->isnt_exhausted |
| 210 | 33 | 0 | 0 | $self->depth and $self->cur_depth > $self->depth |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 121 | 0 | 5 | 0 | ref $proto || $proto |