| line | !l | l&&!r | l&&r | condition | 
 
| 69 | 3 | 0 | 21 | $settings->{'validation'} and $caller ne "RT::Client::REST::Object::from_form" | 
 
| 91 | 18 | 0 | 4 | $self->autosync and $self->can("store") | 
 
|  | 18 | 2 | 2 | $self->autosync and $self->can("store") and "id" ne $method | 
 
|  | 2 | 0 | 2 | $self->autosync and $self->can("store") and "id" ne $method and "parent_id" ne $method | 
 
|  | 2 | 0 | 2 | $self->autosync and $self->can("store") and "id" ne $method and "parent_id" ne $method and $caller ne "RT::Client::REST::Object::from_form" | 
 
| 287 | 0 | 0 | 0 | defined $value and $value =~ /,/ | 
 
| 302 | 0 | 0 | 0 | $settings->{'is_datetime'} and $value eq "Not set" | 
 
| 383 | 0 | 0 | 0 | $_->blessed and $_->can("rethrow") | 
 
| 412 | 0 | 0 | 0 | $_->blessed and $_->can("rethrow") | 
 
| 434 | 0 | 0 | 2 | $_->blessed and $_->can("rethrow") | 
 
| 586 | 38 | 0 | 0 | $self->autostore and $self->can("store") |