| blib/lib/Moose/Meta/TypeConstraint/Registry.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 9 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 2 | 3221 | 14946 | $type_name && exists $self->type_constraints->{$type_name} |
| 47 | 1 | 2 | 11550 | $type and &blessed($type) |
| 3 | 1 | 11549 | $type and &blessed($type) and $type->isa("Moose::Meta::TypeConstraint") |