Branch Coverage

blib/lib/MooseX/Types/UndefinedType.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
56 6 3 if (my $tc = $self->{'instance'}) { }
1 2 elsif (my $new_tc = Moose::Util::TypeConstraints::find_type_constraint($self->name)) { }
75 0 2 if (my $type_constraint = $self->__autovivify) { }
92 7 0 if (my $type_constraint = $self->__autovivify) { }