blib/lib/MooseX/Object/Pluggable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 18 | 66.6 |
line | true | false | branch |
---|---|---|---|
169 | 0 | 18 | unless @plugins |
174 | 1 | 17 | if @plugins == 0 |
179 | 0 | 15 | unless $self->_load_and_apply_role($role) |
214 | 9 | 21 | if $plugin =~ /^\+(.*)/ |
220 | 0 | 21 | unless @roles |
221 | 16 | 5 | if @roles == 1 |
240 | 0 | 18 | unless $role |
245 | 0 | 15 | unless find_meta($role)->isa('Moose::Meta::Role') |
250 | 0 | 15 | if scalar keys %{$role->meta->get_override_method_modifiers_map;} |