line |
true |
false |
branch |
34
|
1 |
2243 |
unless $exists |
35
|
1 |
2242 |
unless defined $got |
36
|
3 |
2239 |
unless ref $got |
37
|
2 |
2237 |
unless &blessed($got) |
38
|
1 |
2236 |
unless $got->isa($self->object_base) |
44
|
2209 |
807 |
unless defined $self->{'meta'} |
50
|
35 |
43 |
unless defined $self->{'refcheck'} |
53
|
1 |
77 |
unless $self->{'refcheck'}->can("add_field") |
60
|
4 |
4 |
unless defined $self->{'refcheck'} |
63
|
1 |
7 |
unless $self->{'refcheck'}->can("add_item") |
71
|
1 |
1848 |
ref $meth eq 'CODE' ? : |
|
8 |
1849 |
ref $meth eq 'ARRAY' ? : |
86
|
2219 |
18 |
if defined $meta |
95
|
26 |
1924 |
if (ref $meth eq "ARRAY") |
102
|
24 |
1892 |
$context eq 'hash' ? : |
|
24 |
1916 |
$context eq 'list' ? : |
|
1940 |
10 |
$exists ? : |
110
|
2 |
1948 |
if (not $ok) { } |
120
|
1938 |
10 |
$exists ? : |
130
|
965 |
1272 |
unless defined $refcheck |
134
|
1269 |
3 |
if ($refcheck->verify(%params)) { } |