blib/lib/MooseX/MultiObject/Meta/Method/MultiDelegation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 10 | 50.0 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 2 | unless exists $options{'object_getter'} |
24 | 0 | 2 | unless exists $options{'delegate_to'} |
27 | 2 | 0 | unless exists $options{'curried_arguments'} |
30 | 0 | 2 | unless $options{'curried_arguments'} and 'ARRAY' eq ref $options{'curried_arguments'} |
42 | 2 | 0 | @_ == 1 ? : |