| blib/lib/File/Find/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 27 | 33 | 81.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 0 | 6 | 4 | $dev == $p->dev and $inum == $p->inum |
| 139 | 0 | 0 | 2 | $$self[2] > 0 && @_ > 0 |
| 272 | 2 | 2 | 2 | $name ne '.' and $name ne '..' |
| 314 | 124 | 50 | 10 | $ftype eq 'd' and $$self[4] |
| 174 | 6 | 4 | $ftype eq 'd' and $$self[4] and $self->_cycle | |
| 329 | 21 | 31 | 2 | $$self[2] > 0 and $$self[14] > 1 |
| 376 | 152 | 5 | 0 | $numfork > 0 and $numfork >= $maxfork |
| 394 | 4 | 33 | 15 | not $$self[3] and $$self[7] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 133 | 4 | 0 | 0 | @_ == 0 || shift() |
| 324 | 124 | 2 | 54 | $ftype ne 'd' or $$self[3] |
| 359 | 48 | 50 | 157 | $name eq '.' or $name eq '..' |