line |
true |
false |
branch |
101
|
35 |
379 |
if (ref $_ eq 'HASH') { }
|
|
280 |
99 |
elsif (ref $_) { }
|
138
|
362 |
2 |
if exists $other->{$_}
|
170
|
4502 |
1 |
unless (defined $universal)
|
172
|
1921 |
2581 |
if exists $self->{$method}
|
222
|
1 |
1272 |
unless exists $self->{$name}
|
225
|
23 |
1249 |
if (exists $obj_fields{$name} and ref $val eq "HASH")
|
228
|
9 |
14 |
if (ref $obj_fields{$name} eq 'ARRAY') { }
|
242
|
1187 |
85 |
if (@_ > 2)
|
243
|
119 |
1068 |
if (ref $self->{$name} eq 'ARRAY') { }
|
259
|
1 |
1158 |
unless ref $self
|
261
|
1157 |
1 |
if (exists $self->{$field}) { }
|