| blib/lib/File/Find/Rex.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 24 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 0 | 1 | 0 | defined $options and ref $options ne 'HASH' |
| 27 | 1 | 0 | 0 | defined $callback and ref $callback ne 'CODE' |
| 114 | 0 | 1 | 0 | defined $regexp and ref $regexp ne 'Regexp' |
| 163 | 5 | 0 | 1 | -d $file and $self->is_ignore_dirs |
| 191 | 0 | 0 | 5 | defined $regexp and not -d $file |
| 215 | 5 | 1 | 0 | -d $file and uc $file ne uc $source |
| 6 | 0 | 0 | -d $file and uc $file ne uc $source and not $self->is_recursive |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 198 | 0 | 0 | 2 | defined $oldest or defined $newest |