| blib/lib/Build/Hopen/Arrrgs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 9 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 213 | 50 | 159 | 65 | defined $_[0] and $_[0] =~ /^-/ |
| 232 | 0 | 110 | 0 | @$spec > 0 and @$spec[-1] eq '*' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 232 | 0 | 110 | 0 | @$spec > 0 and @$spec[-1] eq '*' or grep {$name eq $_;} @$spec |