line |
true |
false |
branch |
24
|
0 |
0 |
unless scalar @_ |
31
|
0 |
0 |
unless (scalar @_ or length $type) |
32
|
0 |
0 |
$case_sensitive ? : |
33
|
0 |
0 |
unless exists $$param_hash{$param} and defined $$param_map{$param} |
38
|
0 |
0 |
if (not scalar @_) { } |
39
|
0 |
0 |
unless $type eq 'HASH' or ref $first and UNIVERSAL::isa($first, 'HASH') |
47
|
0 |
0 |
unless @_ % 2 == 0 |
54
|
0 |
0 |
$case_sensitive ? : |
57
|
0 |
0 |
unless $$param_hash{$name} |
59
|
0 |
0 |
if (not ref $$param_hash{$name}) { } |
73
|
0 |
0 |
unless ref $array eq 'ARRAY' |
77
|
0 |
0 |
unless ref $row and UNIVERSAL::isa($row, 'HASH') |
82
|
0 |
0 |
$case_sensitive ? : |
83
|
0 |
0 |
unless $$hash{$lc_name} |
84
|
0 |
0 |
if (not ref $$hash{$lc_name}) { } |