Branch Coverage

blib/lib/MooX/MouseTypeConstraints.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
16 1 4 unless my $has = $target->can('has')
20 4 0 if (exists $args{'isa'} and not ref $args{'isa'})
39 1 3 if ($type->has_coercion) { }
41 1 2 unless $type->check($type->coerce(@_))
45 2 6 unless $type->check(@_)