| blib/lib/Perinci/Sub/DepChecker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 11 | 90.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 189 | 9 | 4 | 22 | grep {$_ eq "must";} @r and grep {$_ eq "must not";} @r |
| 207 | 9 | 46 | 1 | grep {$_ eq "must";} @r and grep {$_ eq "must not";} @r |
| line | l | !l | condition |
|---|---|---|---|
| 220 | 2 | 1 | $res //= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 103 | 2 | 2 | 0 | $cval->{'path'} // $prog_name |