| line | l | !l&&r | !l&&!r | condition | 
 
| 302 | 0 | 0 | 11 | ref $_[0] || $_[0] | 
 
| 333 | 0 | 0 | 0 | $fresh or not $self->{'cache'}{$ck} | 
 
| 352 | 0 | 0 | 0 | $self->{'cache'}{$ck} ||= $self->db->query(@sst)->hashes->map(sub {
	$related_class->new($_)->in_storage(1);
}
) | 
 
| 369 | 0 | 0 | 5 | ref $_[0] || $_[0] | 
 
| 425 | 0 | 0 | 0 | $res->{$pk} ||= $db->dbh->last_insert_id(undef, undef, $self->table, $self->pk) | 
 
| 426 | 0 | 0 | 0 | $res->{$pk} ||= eval {
	do {
	$res->sth->mysql_insertid
}
} | 
 
| 440 | 0 | 0 | 0 | $res->{$pk} ||= $db->dbh->last_insert_id(undef, undef, $self->table, $self->pk) | 
 
| 441 | 0 | 0 | 0 | $res->{$pk} ||= eval {
	do {
	$res->sth->mysql_insertid
}
} |