line |
true |
false |
branch |
17
|
0 |
0 |
unless $properties |
20
|
0 |
0 |
if ($ref) { } |
21
|
0 |
0 |
if ($ref eq 'SCALAR') { } |
|
0 |
0 |
elsif ($ref eq 'ARRAY') { } |
|
0 |
0 |
elsif ($ref =~ /^CODE|REF|GLOB|LVALUE|FORMAT|IO|VSTRING|Regexp$/) { } |
27
|
0 |
0 |
$prefix ? : |
37
|
0 |
0 |
$prefix ? : |
52
|
3 |
0 |
@$args ? : |
60
|
2 |
1 |
if ($format =~ /^dumper([0-3])?$/) { } |
|
0 |
1 |
elsif ($format eq 'properties') { } |
|
1 |
0 |
elsif ($format =~ /^json([0-3])?$/) { } |
62
|
2 |
0 |
defined $1 ? : |
72
|
0 |
1 |
if (not defined $1 or $1 == 1 or $1 == 3) |
75
|
1 |
0 |
if (not defined $1 or $1 == 2 or $1 == 3) |