blib/lib/Type/Coercion/Wrapped.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 15 | 26.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 0 | 7 | 0 | $tc && $tc->inlined_pre_coerce |
43 | 0 | 0 | 7 | $tc && $tc->inlined_post_coerce |
68 | 20 | 0 | 0 | $tc->pre_coerce and not $tc->inlined_pre_coerce |
69 | 0 | 20 | 0 | $tc->post_coerce and not $tc->inlined_post_coerce |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
24 | 0 | 0 | 0 | $pre or $post |