| line | !l | l&&!r | l&&r | condition | 
 
| 943 | 63 | 0 | 69 | ref $val and exists $ALLOW_ISA{$name} | 
 
| 950 | 63 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} | 
 
| 955 | 0 | 0 | 63 | defined $val and not ref $val | 
 
|  | 0 | 0 | 63 | defined $val and not ref $val and exists $ALLOW_RX{$name} | 
 
| 962 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} | 
 
| 1040 | 2 | 0 | 0 | $from->is_diff_version and $from->get_version ne $to->get_version | 
 
| 1048 | 2 | 0 | 0 | $from->is_diff_host and $from->get_host ne $to->get_host | 
 
| 1055 | 2 | 0 | 0 | $from->is_diff_time and $from->get_time ne $to->get_time | 
 
| 1440 | 0 | 7 | 5 | defined $system->get_type and $system->get_type eq 'cs' | 
| line | l | !l&&r | !l&&!r | condition | 
 
| 568 | 0 | 21 | 0 | ref $class || $class | 
 
| 723 | 5 | 0 | 0 | $tcs->get_scope->exists_scope('_Network_') or $tcs->get_scope->exists_scope('_Local_') | 
 
|  | 5 | 0 | 0 | $tcs->get_scope->exists_scope('_Network_') or $tcs->get_scope->exists_scope('_Local_') or $tcs->get_scope->exists_scope('System=*') | 
 
| 935 | 86 | 0 | 63 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} | 
 
|  | 0 | 0 | 63 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | 
 
|  | 63 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} | 
 
| 1087 | 2 | 0 | 0 | $from->get_scope->exists_scope('_Network_') or $from->get_scope->exists_scope('_Local_') | 
 
|  | 2 | 0 | 0 | $from->get_scope->exists_scope('_Network_') or $from->get_scope->exists_scope('_Local_') or $from->get_scope->exists_scope('System=*') |