| line |
true |
false |
branch |
|
76
|
0 |
0 |
if (@_ % 2) |
|
80
|
0 |
0 |
if (@extra) |
|
81
|
0 |
0 |
if ($args{'table'} and not $args{'column'}) |
|
163
|
0 |
0 |
if ($args{'one_line'}) { } |
|
164
|
0 |
0 |
if ($self->alias) |
|
165
|
0 |
0 |
if ($self->table) |
|
167
|
0 |
0 |
if ($t->alias) |
|
168
|
0 |
0 |
if ($t->schema) |
|
189
|
0 |
0 |
if (@_) |
|
191
|
0 |
0 |
if ($table) |
|
192
|
0 |
0 |
unless (blessed $table and $table->isa('Class::ReluctantORM::SQL::Table')) |
|
201
|
0 |
0 |
if ($table->knows_all_columns and $self->column and not $table->has_column($self->column)) |
|
226
|
0 |
0 |
if ($self->$simple) |
|
232
|
0 |
0 |
if ($self->$complex) |
|
251
|
0 |
0 |
unless ($right->is_column) |
|
254
|
0 |
0 |
unless ($left->column and $right->column) |
|
258
|
0 |
0 |
unless (uc $left->column eq uc $right->column) |
|
264
|
0 |
0 |
unless ($left->table and $right->table) |