| blib/lib/Directory/Queue/Normal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 24 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 221 | 0 | 0 | 1 | $option{'maxelts'} =~ /^\d+$/ and $option{'maxelts'} > 0 |
| 231 | 0 | 0 | 9 | $name =~ /^($_FileRegexp)$/ and $name ne "locked" |
| 244 | 8 | 1 | 0 | $self->{'type'}{$name} eq "table" and $self->{'ref'}{$name} |
| 349 | 0 | 0 | 0 | $permissive and $! == 2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 422 | 0 | 0 | 0 | $! == 39 or $! == 17 |
| 442 | 0 | 0 | 0 | $! == 39 or $! == 17 |
| 642 | 0 | 0 | 0 | $! == 39 or $! == 17 |
| 721 | 1 | 0 | 1 | $subdirs or not defined $subdirs |