blib/lib/Build/Hopen/Arrrgs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
213 | 93 | 249 | 132 | defined $_[0] and $_[0] =~ /^-/ |
232 | 0 | 197 | 15 | @$spec > 0 and @$spec[-1] eq '*' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
232 | 15 | 197 | 0 | @$spec > 0 and @$spec[-1] eq '*' or grep {$name eq $_;} @$spec |