blib/lib/Moose/Util/MetaRole.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 18 | 77.7 |
line | true | false | branch |
---|---|---|---|
17 | 20 | 95 | if ($for->isa('Moose::Meta::Role')) { } |
28 | 23 | 103 | &blessed($passed) ? : |
33 | 120 | 3 | if defined $found and &blessed($found) and $found->isa('Moose::Meta::Role') || $found->isa('Moose::Meta::Class') |
49 | 0 | 115 | unless keys %{$roles;} |
53 | 73 | 42 | exists $roles->{$primary} ? : |
80 | 2 | 3 | if $meta->isa("Moose::Meta::Role") |
91 | 3 | 0 | if $new_base ne $meta->name |
100 | 0 | 143 | unless $roles |
106 | 0 | 143 | if $meta->can("does_role") and &all(sub { |