line |
!l |
l&&!r |
l&&r |
condition |
33
|
29 |
39 |
15 |
not ref $param[0] and scalar @param == 1 |
|
29 |
7 |
32 |
not ref $param[0] and scalar @param == 0 |
|
7 |
3 |
26 |
ref $param[0] and ref $param[0] eq 'HASH' |
|
7 |
0 |
3 |
ref $param[0] and ref $param[0] eq 'ARRAY' |
113
|
28 |
0 |
0 |
ref $param_hash->{$param_name} eq 'ARRAY' and not ref $param_hash->{$param_name}[0] |
203
|
2 |
8 |
1 |
$mixins and grep {$_ eq $fld;} keys %$mixins |
244
|
0 |
0 |
13 |
ref $self->{'prep_order_by'} eq 'ARRAY' and scalar @{$self->{'prep_order_by'};} > 0 |
292
|
5 |
0 |
2 |
not ref $opts and ref $opts ne 'HASH' |
398
|
0 |
129 |
1 |
$obj->can('_smart_saving_used') and $obj->_smart_saving_used |
434
|
83 |
0 |
0 |
$limit and $i == $limit |
544
|
0 |
0 |
7 |
$self_class->dbh and $class |
|
0 |
0 |
7 |
$self_class->dbh and $class and $param |
581
|
0 |
0 |
0 |
$self->{'_objects'} and ref $self->{'_objects'} eq 'ARRAY' |
|
0 |
0 |
0 |
$self->{'_objects'} and ref $self->{'_objects'} eq 'ARRAY' and scalar @{$self->{'_objects'};} > 0 |
595
|
0 |
0 |
82 |
$self->{'SQL'} and $self->dbh |