Branch Coverage

blib/lib/Moose/Meta/TypeConstraint/DuckType.pm
Criterion Covered Total %
branch 4 12 33.3


line true false branch
52 0 25 unless $self->_has_compiled_type_constraint
63 0 0 unless $other->isa("Moose::Meta::TypeConstraint::DuckType")
68 0 0 unless @self_methods == @other_methods
74 0 0 unless $method eq $other_method
89 0 31 if ($self->has_message)
93 24 7 unless &blessed($value)