|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
132
 | 
 4  | 
 8  | 
 if ($type eq 'get_set' or $type eq 'get_set_now' or $type eq 'get_set_on_save') { }
  | 
 
| 
 | 
 4  | 
 4  | 
 elsif ($type eq 'add_now' or $type eq 'add_on_save') { }
  | 
 
| 
 | 
 4  | 
 0  | 
 elsif ($type eq 'find') { }
  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($type eq 'iterator') { }
  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($type eq 'count') { }
  | 
 
| 
160
 | 
 0  | 
 4  | 
 if ($Debug or $Rose::DB::Object::Metadata::Debug)
  | 
 
| 
164
 | 
 0  | 
 0  | 
 if (not $self->class) { }
  | 
 
| 
 | 
 0  | 
 0  | 
 elsif (not $self->key_columns || $self->query_args) { }
  | 
 
| 
173
 | 
 0  | 
 0  | 
 if $error
  | 
 
| 
177
 | 
 4  | 
 0  | 
 $self->class && ($self->key_columns || $self->query_args) ? :
  |