| blib/lib/Moose/Meta/TypeCoercion/Union.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 4 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 1 | 4 | unless &blessed($type_constraint) and $type_constraint->isa("Moose::Meta::TypeConstraint::Union") |
| 30 | 6 | 5 | if $type_constraint->check($temp) |