| line |
true |
false |
branch |
|
16
|
12 |
0 |
@_ ? : |
|
23
|
12 |
0 |
unless ref $self |
|
24
|
100 |
147 |
unless utf8::is_utf8($_[0]) |
|
31
|
12 |
0 |
$$self{'apply_keys'} ? : |
|
37
|
0 |
184 |
if not $$self{'apply_blessed'} and blessed $arg |
|
46
|
0 |
0 |
isa($arg, 'CODE') && $$self{'apply_code'} ? : |
|
|
0 |
0 |
isa($arg, 'GLOB') ? : |
|
|
0 |
0 |
isa($arg, 'REF') && $$self{'apply_ref'} ? : |
|
|
0 |
0 |
isa($arg, 'SCALAR') ? : |
|
|
81 |
0 |
isa($arg, 'HASH') ? : |
|
|
12 |
81 |
isa($arg, 'ARRAY') ? : |
|
|
91 |
93 |
!$class ? : |
|
49
|
0 |
184 |
if blessed $arg |
|
52
|
168 |
12 |
wantarray ? : |
|
54
|
0 |
12 |
@_ ? : |
|
73
|
0 |
0 |
isa($arg, 'CODE') ? : |
|
|
0 |
0 |
isa($arg, 'GLOB') ? : |
|
|
0 |
0 |
isa($arg, 'REF') ? : |
|
|
0 |
0 |
isa($arg, 'SCALAR') ? : |
|
|
0 |
0 |
isa($arg, 'HASH') ? : |
|
|
0 |
0 |
isa($arg, 'ARRAY') ? : |
|
|
0 |
0 |
!$class ? : |
|
|
0 |
0 |
blessed $arg && $arg->can('serialize') ? : |
|
78
|
0 |
0 |
wantarray ? : |