| line |
!l |
l&&!r |
l&&r |
condition |
|
107
|
0 |
200 |
0 |
$ex and ref $cache eq 'Cache::Memory' |
|
116
|
120 |
0 |
52 |
$class->cache_cols_only and ref $v |
|
|
120 |
10 |
42 |
$class->cache_cols_only and ref $v and ref($v) =~ /::/ |
|
|
10 |
0 |
42 |
$class->cache_cols_only and ref $v and ref($v) =~ /::/ and $v->isa($class) |
|
144
|
26 |
0 |
0 |
not $self and ref $class |
|
162
|
83 |
0 |
3 |
not $self and ref $class |
|
289
|
0 |
0 |
1 |
ref $_[0] && ref $_[0] eq 'ARRAY' |
|
302
|
66 |
0 |
0 |
$class->has_column('muid') && scalar @{$class->primary_keys;} == 1 |
|
330
|
366 |
66 |
226 |
$self and $$self{'object_id'} |
|
335
|
366 |
0 |
66 |
$self and @{$class->primary_keys unless $class->retrieve_keys;} |
|
422
|
0 |
26 |
0 |
$class->cache_object and $class->cache_object->can('get_multi') |
|
604
|
0 |
0 |
0 |
ref $with && ref $with eq 'ARRAY' |
|
607
|
0 |
0 |
0 |
ref $without && ref $without eq 'ARRAY' |
|
619
|
0 |
0 |
0 |
ref $key && ref $key eq 'HASH' |
|
709
|
1 |
0 |
1 |
ref $as and ref $as eq 'HASH' |
|
711
|
0 |
2 |
0 |
$$as{$_} and ref $$as{$_} ne 'CODE' |
|
825
|
0 |
1 |
0 |
$@ and not $@ =~ /^Can\'t locate .+? in \@INC/ |