blib/lib/Form/Factory/Action/Meta/Class.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 14 | 64.2 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 38 | if (@control_names) { } |
44 | 0 | 32 | unless $other_meta->can('meta') |
45 | 15 | 17 | unless $other_meta->meta->can('does_role') |
46 | 0 | 17 | unless $other_meta->meta->does_role('Form::Factory::Action::Meta::Class') |
58 | 0 | 19 | unless $role->can('meta') |
59 | 17 | 2 | unless $role->meta->can('does_role') |
60 | 0 | 2 | unless $role->meta->does_role('Form::Factory::Action::Meta::Role') |