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