| line | true | false | branch | 
 
| 35 | 0 | 0 | $refto ? : | 
 
| 42 | 0 | 0 | unless $$o{'refto'} | 
 
| 60 | 0 | 0 | if $$o{'item'} and not $nosiblings | 
 
| 62 | 0 | 0 | if $$o{'refto'} and $$o{'reftype'} ne 'scalarref' | 
 
| 76 | 0 | 0 | if $$o{'item'} | 
 
| 80 | 0 | 0 | if $$o{'deleted'} | 
 
| 83 | 0 | 0 | if (grep(($$item[0] eq $_), ('item', 'scalar'))) { } | 
 
|  | 0 | 0 | elsif ($$item[0] eq 'hashref') { } | 
 
|  | 0 | 0 | elsif ($$item[0] eq 'arrayref') { } | 
 
|  | 0 | 0 | elsif ($$item[0] eq 'scalarref') { } | 
 
| 89 | 0 | 0 | @nvpflag ? : | 
 
| 108 | 0 | 0 | if $$o{'blesstype'} | 
 
| 109 | 0 | 0 | @nvpflag ? : | 
 
| 116 | 0 | 0 | unless ref $o | 
 
| 118 | 0 | 0 | unless $$o{'defined'} | 
 
| 120 | 0 | 0 | unless grep(($_ eq $$o{'reftype'}), ('item', 'scalar', 'scalarref', 'string')) | 
 
| 125 | 0 | 0 | if defined $$o{'intdata'} | 
 
| 126 | 0 | 0 | if defined $$o{'floatdata'} | 
 
| 127 | 0 | 0 | if defined $$o{'stringdata'} | 
 
| 128 | 0 | 0 | if @$rv == 1 and not $$o{'refto'} | 
 
| 130 | 0 | 0 | if defined $$o{'stringdata'} and $$o{'chainedstring'} |