| line |
l |
!l&&r |
!l&&!r |
condition |
|
306
|
0 |
0 |
11 |
ref $_[0] || $_[0] |
|
337
|
0 |
0 |
0 |
$fresh or not $self->{'cache'}{$ck} |
|
356
|
0 |
0 |
0 |
$self->{'cache'}{$ck} ||= $self->db->query(@sst)->hashes->map(sub {
$related_class->new($_)->in_storage(1);
}
) |
|
373
|
0 |
0 |
6 |
ref $_[0] || $_[0] |
|
429
|
0 |
0 |
0 |
$res->{$pk} ||= $db->dbh->last_insert_id(undef, undef, $self->table, $self->pk) |
|
430
|
0 |
0 |
0 |
$res->{$pk} ||= eval {
do {
$res->sth->mysql_insertid
}
} |
|
444
|
0 |
0 |
0 |
$res->{$pk} ||= $db->dbh->last_insert_id(undef, undef, $self->table, $self->pk) |
|
445
|
0 |
0 |
0 |
$res->{$pk} ||= eval {
do {
$res->sth->mysql_insertid
}
} |