line |
true |
false |
branch |
95
|
0 |
260 |
if defined $a_ref and not defined $b_ref |
96
|
0 |
260 |
if not defined $a_ref and defined $b_ref |
97
|
0 |
0 |
unless defined $a_ref or defined $b_ref |
101
|
0 |
260 |
if not ref $a_ref and ref $b_ref |
102
|
0 |
260 |
if ref $a_ref and not $b_ref |
104
|
204 |
0 |
unless (ref $a_ref or ref $b_ref) |
114
|
0 |
197 |
unless defined $value |
115
|
155 |
42 |
unless ref $value |
117
|
24 |
18 |
if $addr eq refaddr(\'unknown') |
118
|
18 |
0 |
if $addr eq refaddr(\'none') |
124
|
0 |
7 |
unless (blessed $self) |
136
|
455 |
0 |
if ($has_default) |
152
|
0 |
260 |
unless ($has_default) |
153
|
0 |
0 |
if $self->_is_magic($value) |
157
|
258 |
2 |
if $self->_is_equal($value, $default) |
158
|
0 |
2 |
if $self->_is_magic($value) |
172
|
42 |
153 |
if $self->_is_magic($value) |