| blib/lib/Directory/Queue/Normal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 24 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 218 | 0 | 0 | 1 | $option{'maxelts'} =~ /^\d+$/ and $option{'maxelts'} > 0 |
| 226 | 0 | 0 | 9 | $name =~ /^($_FileRegexp)$/ and $name ne "locked" |
| 239 | 8 | 1 | 0 | $self->{'type'}{$name} eq "table" and $self->{'ref'}{$name} |
| 344 | 0 | 0 | 0 | $permissive and $! == 2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 417 | 0 | 0 | 0 | $! == 39 or $! == 17 |
| 437 | 0 | 0 | 0 | $! == 39 or $! == 17 |
| 637 | 0 | 0 | 0 | $! == 39 or $! == 17 |
| 716 | 1 | 0 | 1 | $subdirs or not defined $subdirs |