blib/lib/Parse/Method/Signatures/Sig.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 12 | 83.3 |
line | true | false | branch |
---|---|---|---|
58 | 0 | 0 | unless $self->has_named_params |
89 | 7 | 75 | if ($self->has_invocant) |
93 | 6 | 1 | if ($self->has_positional_params or $self->has_named_params) |
98 | 62 | 20 | if $self->has_positional_params |
99 | 8 | 74 | if $self->has_positional_params and $self->has_named_params |
100 | 26 | 56 | if $self->has_named_params |