| line | true | false | branch | 
 
| 580 | 0 | 0 | unless defined $Ref and ref $Ref | 
 
| 595 | 0 | 0 | unless (defined $Ref and ref $Ref) | 
 
| 599 | 0 | 0 | unless defined $$Ref{$id}{'Name'} | 
 
| 600 | 0 | 0 | unless defined $$Ref{$id}{'Type'} | 
 
| 602 | 0 | 0 | if (defined $bvalue) | 
 
| 604 | 0 | 0 | if (ref $bvalue) { } | 
 
| 634 | 0 | 0 | if ($$Ref{$id}{'Type'} =~ /^unsigned/) { } | 
 
|  | 0 | 0 | elsif ($$Ref{$id}{'Type'} eq 'ipv4Address') { } | 
 
|  | 0 | 0 | elsif ($$Ref{$id}{'Type'} eq 'ipv6Address') { } | 
 
|  | 0 | 0 | elsif ($$Ref{$id}{'Type'} eq 'macAddress') { } | 
 
|  | 0 | 0 | elsif ($$Ref{$id}{'Type'} eq 'octetArray') { } | 
 
|  | 0 | 0 | elsif ($$Ref{$id}{'Type'} eq 'string') { } | 
 
| 638 | 0 | 0 | if ($length == 1) { } | 
 
|  | 0 | 0 | elsif ($length == 2) { } | 
 
|  | 0 | 0 | elsif ($length == 4) { } | 
 
|  | 0 | 0 | elsif ($length == 8) { } | 
 
| 696 | 0 | 0 | if ($num == 1) { } |