blib/lib/Type/Coercion/Wrapped.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 18 | 33.3 |
line | true | false | branch |
---|---|---|---|
16 | 4 | 0 | if $self->can_be_inlined |
24 | 0 | 0 | unless $pre or $post |
29 | 0 | 0 | if defined $pre |
31 | 0 | 0 | if defined $post |
46 | 0 | 7 | if ($pre) |
58 | 7 | 0 | if ($post) |
67 | 20 | 0 | if (my $tc = $self->type_constraint) |
68 | 0 | 20 | if $tc->pre_coerce and not $tc->inlined_pre_coerce |
69 | 0 | 20 | if $tc->post_coerce and not $tc->inlined_post_coerce |