| line |
true |
false |
branch |
|
521
|
0 |
0 |
unless defined $level |
|
525
|
0 |
0 |
if (ref $args ne 'HASH') |
|
526
|
0 |
0 |
if (ref $args eq 'ARRAY' and ref $checker eq 'ARRAY') |
|
534
|
0 |
0 |
if (exists $$args{'check_args'} and lc $$args{'check_args'} eq 'skip') |
|
540
|
0 |
0 |
if (exists $$checker{$k}) { } |
|
541
|
0 |
0 |
if (ref $$checker{$k} eq 'CODE') { } |
|
|
0 |
0 |
elsif (ref $$checker{$k}) { } |
|
551
|
0 |
0 |
if ($level > 0) { } |
|
554
|
0 |
0 |
if @unknown |
|
567
|
0 |
0 |
if (not $$conf{'compress_methods'} and eval 'require Compress::Zlib') |
|
579
|
0 |
0 |
if ($$conf{'utf8'} and $^V lt v5.8.1) |
|
588
|
0 |
0 |
if (eval 'require Scalar::Util') |
|
615
|
0 |
0 |
unless $$memd |