Branch Coverage

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


line true false branch
22 12 0 if $type->can_be_inlined
34 4 0 if ($type->has_coercion and $type->coercion->can_be_inlined) { }
0 0 elsif ($type->has_coercion) { }
55 1 3 $_{'scalar'} == Any ? :
58 0 6 defined $prototype ? :
64 0 6 if ($_{'scope_upper'})
71 2 4 $_{'coerce_list'} ? :
72 2 4 $_{'coerce_scalar'} ? :
76 1 5 if ($_{'list'}->is_a_type_of(HashRef())) { }
114 1 0 @$data % 2 ? :