| blib/lib/Trav/Dir.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 85 | 0 | 0 | 0 | $o->{'rejfile'} and $file =~ /$o->{'rejfile'}/ |
| 97 | 0 | 0 | 0 | $o->{'no_trav'} and $dfile =~ /$o->{'no_trav'}/ |
| 119 | 0 | 0 | 0 | not $is_dir and $o->{'size'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 66 | 0 | 0 | 0 | $f or $o->{'callback'} |
| 82 | 0 | 0 | 0 | $file eq '.' or $file eq '..' |
| 121 | 0 | 0 | 0 | $size > $o->{'maxsize'} or $size < $o->{'minsize'} |
| 128 | 0 | 0 | 0 | not $o->{'only'} or $file =~ /$o->{'only'}/ |