| line |
true |
false |
branch |
|
76
|
0 |
184 |
if defined $a_ref and not defined $b_ref |
|
77
|
0 |
184 |
if not defined $a_ref and defined $b_ref |
|
78
|
0 |
0 |
unless defined $a_ref or defined $b_ref |
|
82
|
0 |
184 |
if not ref $a_ref and ref $b_ref |
|
83
|
0 |
184 |
if ref $a_ref and not $b_ref |
|
85
|
152 |
0 |
unless (ref $a_ref or ref $b_ref) |
|
95
|
0 |
140 |
unless defined $value |
|
96
|
116 |
24 |
unless ref $value |
|
98
|
18 |
6 |
if $addr eq refaddr(\'unknown') |
|
99
|
6 |
0 |
if $addr eq refaddr(\'none') |
|
105
|
0 |
7 |
unless (blessed $self) |
|
117
|
322 |
0 |
if ($has_default) |
|
133
|
0 |
184 |
unless ($has_default) |
|
134
|
0 |
0 |
if $self->_is_magic($value) |
|
138
|
182 |
2 |
if $self->_is_equal($value, $default) |
|
139
|
0 |
2 |
if $self->_is_magic($value) |
|
153
|
24 |
114 |
if $self->_is_magic($value) |