Branch Coverage

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


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