Branch Coverage

blib/lib/Return/Type.pm
Criterion Covered Total %
branch 13 20 65.0


line true false branch
21 12 0 if $type->can_be_inlined
33 4 0 if ($type->has_coercion and $type->coercion->can_be_inlined) { }
0 0 elsif ($type->has_coercion) { }
54 1 3 $_{'scalar'} == Any ? :
57 0 6 defined $prototype ? :
63 0 6 if ($_{'scope_upper'})
70 2 4 $_{'coerce_list'} ? :
71 2 4 $_{'coerce_scalar'} ? :
75 1 5 if ($_{'list'}->is_a_type_of(HashRef())) { }
113 1 0 @$data % 2 ? :