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' |
104 | 0 | 1 | 0 | defined $regexp and ref $regexp ne 'Regexp' |
153 | 5 | 0 | 1 | -d $file and $self->is_ignore_dirs |
176 | 0 | 0 | 5 | defined $regexp and not -d $file |
200 | 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 |
---|---|---|---|---|
183 | 0 | 0 | 2 | defined $oldest or defined $newest |