| line | true | false | branch | 
 
| 59 | 0 | 0 | unless $refType | 
 
| 61 | 0 | 0 | if ($refType eq 'SCALAR') { } | 
 
|  | 0 | 0 | elsif ($refType eq 'ARRAY') { } | 
 
|  | 0 | 0 | elsif ($refType eq 'HASH') { } | 
 
| 89 | 0 | 0 | if ($keyRefType eq "") | 
 
| 93 | 0 | 0 | if ($keyRefType eq 'SCALAR') { } | 
 
|  | 0 | 0 | elsif ($keyRefType eq 'ARRAY') { } | 
 
|  | 0 | 0 | elsif ($keyRefType eq 'HASH') { } | 
 
| 95 | 0 | 0 | defined $hr->{$key} ? : | 
 
| 126 | 0 | 0 | unless (defined $refStr) | 
 
| 131 | 0 | 0 | if ($refType eq "") | 
 
| 139 | 0 | 0 | if ($refType eq 'REF') { } | 
 
|  | 0 | 0 | elsif ($refType eq '') { } | 
 
| 225 | 0 | 0 | if (ref $_[0] eq 'Data::Ref::JSON') { } | 
 
| 237 | 0 | 2 | if _getDebugLevel() and $dlvl <= _getDebugLevel() | 
 
| 308 | 0 | 1 | unless $parms->{'DATA'} |