| blib/lib/File/Rules.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 22 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 31 | 0 | 6 | 0 | $type and $action |
| 0 | 6 | 0 | $type and $action and $re | |
| 40 | 5 | 1 | 0 | $type eq 'directory' and $action ne 'contains' |
| 79 | 0 | 3 | 0 | $$opts{'strict'} and not -d $dir |
| 101 | 0 | 3 | 0 | $$opts{'strict'} and -d $file |
| line | l | !l | condition |
|---|---|---|---|
| 77 | 3 | 0 | shift() || {} |
| 99 | 3 | 0 | shift() || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 34 | 1 | 1 | 4 | $action eq 'regex' or $type eq 'directory' |