blib/lib/Moose/Meta/TypeConstraint/Role.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 16 | 75.0 |
line | true | false | branch |
---|---|---|---|
56 | 0 | 0 | unless Moose::Util::TypeConstraints::find_type_constraint($_) |
68 | 1 | 4 | unless defined $other |
69 | 0 | 4 | unless $other->isa("Moose::Meta::TypeConstraint::Role") |
79 | 1 | 0 | unless $self->equals($type) |
85 | 6 | 1 | unless (ref $type_or_name_or_role) |
88 | 2 | 4 | if defined $class and $class->does_role($type_or_name_or_role) |
93 | 2 | 3 | unless defined $type |
95 | 2 | 1 | if ($type->isa('Moose::Meta::TypeConstraint::Role')) { } |