| line |
true |
false |
branch |
|
83
|
0 |
10 |
$Debug ? : |
|
95
|
22 |
33 |
if ($param_type) { } |
|
116
|
0 |
0 |
unless $p_name |
|
119
|
0 |
0 |
!defined($p_type) || $p_type =~ /^\d+$/ && $p_type == 1 ? : |
|
125
|
0 |
0 |
if ($Params::Dry::Internal::typedefs{"$p_name"}) |
|
127
|
0 |
0 |
if $effective_name_type ne $effective_param_type |
|
135
|
0 |
0 |
unless (defined $param_value) |
|
136
|
0 |
0 |
$p_is_required ? : |
|
147
|
0 |
0 |
$type_package ? : |
|
152
|
0 |
0 |
unless $final_type_package->can("$type_function") |
|
164
|
0 |
0 |
if &$check_function($param_value, @$type_parameters) |
|
167
|
0 |
0 |
unless $is_valid |
|
204
|
3 |
7 |
if (exists $Params::Dry::Internal::typedefs{$p_name}) |
|
205
|
1 |
2 |
if __get_effective_type($Params::Dry::Internal::typedefs{$p_name}) ne __get_effective_type($p_definition) |
|
222
|
1 |
14 |
scalar @_ % 2 ? : |