| line |
!l |
l&&!r |
l&&r |
condition |
|
90
|
0 |
5 |
42 |
$class->isa('Jifty::DBI::Record') and defined $flag |
|
|
5 |
0 |
42 |
$class->isa('Jifty::DBI::Record') and defined $flag and $flag eq '-base' |
|
152
|
1 |
1 |
2 |
$col and $col->can($attribute) |
|
172
|
0 |
0 |
133 |
ref $pkeys eq 'ARRAY' and $$pkeys[0] |
|
262
|
194 |
0 |
1 |
grep {$_ eq 'Jifty::DBI::Filter::Storable';} $column->input_filters, $column->output_filters and not grep({$_ eq 'Jifty::DBI::Filter::base64';} $column->input_filters, $column->output_filters) |
|
|
194 |
1 |
0 |
grep {$_ eq 'Jifty::DBI::Filter::Storable';} $column->input_filters, $column->output_filters and not grep({$_ eq 'Jifty::DBI::Filter::base64';} $column->input_filters, $column->output_filters) and not $column->type =~ /^(blob|bytea)$/i |
|
454
|
20 |
2 |
3 |
not defined $value and $self->null_reference |
|
487
|
0 |
0 |
3 |
$column->by and $self->id |
|
509
|
0 |
10 |
0 |
$column and not $column->refers_to |
|
|
0 |
10 |
0 |
$column and not UNIVERSAL::isa($_[0], $column->refers_to) |
|
559
|
0 |
9 |
680 |
$col and exists $$col{$name} |
|
800
|
0 |
1 |
3 |
not $$self{'fetched'}{$column_name} and my $id = $self->id |
|
852
|
4 |
211 |
159 |
$$self{'fetched'}{$column_name} and $$self{'decoded'}{$column_name} |
|
979
|
26 |
20 |
13 |
defined $args{'value'} and defined $$self{'values'}{$column->name} |
|
|
46 |
12 |
1 |
defined $args{'value'} and defined $$self{'values'}{$column->name} and $args{'value'} . '' eq '' . $$self{'values'}{$column->name} |
|
1074
|
1 |
0 |
67 |
@_ and defined $_[0] |
|
1114
|
2 |
2 |
120 |
defined $hash{$key} and $hash{$key} ne '' |
|
1134
|
119 |
0 |
1 |
blessed $value and $value->isa('Jifty::DBI::Record') |
|
1146
|
0 |
8 |
112 |
$self->_handle->case_sensitive and $value |
|
1147
|
89 |
2 |
21 |
$column_obj->is_string and not $case_sensitive |
|
1154
|
0 |
120 |
0 |
$column_obj and $column_obj->no_placeholder |
|
|
120 |
0 |
0 |
$column_obj and $column_obj->no_placeholder and $function eq '?' |
|
1277
|
119 |
6 |
0 |
not $$self{'values'} and $sth->err |
|
1408
|
0 |
159 |
14 |
$column->readable and $column->refers_to |
|
|
159 |
0 |
14 |
$column->readable and $column->refers_to and UNIVERSAL::isa($column->refers_to, 'Jifty::DBI::Record') |
|
|
159 |
10 |
4 |
$column->readable and $column->refers_to and UNIVERSAL::isa($column->refers_to, 'Jifty::DBI::Record') and UNIVERSAL::isa($attribs{$column_name}, 'Jifty::DBI::Record') |
|
1444
|
172 |
152 |
75 |
not defined $attribs{$column->name} and defined $column->default |
|
|
324 |
0 |
75 |
not defined $attribs{$column->name} and defined $column->default and not ref $column->default |
|
1460
|
247 |
46 |
106 |
not defined $attribs{$column->name} and $column->mandatory |
|
|
293 |
105 |
1 |
not defined $attribs{$column->name} and $column->mandatory and $column->type ne 'serial' |
|
1827
|
0 |
0 |
0 |
$args{'short_circuit'} and not $results[0] |