| blib/lib/Directory/Queue.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 17 | 35.2 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 123 | 0 | 0 | 0 | $! == 17 and -d $path | 
| 161 | 0 | 0 | 0 | $! == 2 and not $strict | 
| 187 | 0 | 0 | 2 | $! == 17 || $! == 2 and not $strict | 
| 255 | 4 | 19 | 0 | -e $option{'path'} and not -d _ | 
| line | l | !l | condition | 
|---|---|---|---|
| 237 | 18 | 1 | $option{'type'} ||= 'Simple' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 187 | 0 | 2 | 0 | $! == 17 || $! == 2 |