blib/lib/Class/ReluctantORM/SQL/Column.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
81 | 0 | 0 | 0 | $args{'table'} and not $args{'column'} |
192 | 0 | 0 | 0 | blessed $table and $table->isa('Class::ReluctantORM::SQL::Table') |
201 | 0 | 0 | 0 | $table->knows_all_columns and $self->column |
0 | 0 | 0 | $table->knows_all_columns and $self->column and not $table->has_column($self->column) | |
254 | 0 | 0 | 0 | $left->column and $right->column |
264 | 0 | 0 | 0 | $left->table and $right->table |
line | l | !l | condition |
---|---|---|---|
173 | 0 | 0 | $args{'prefix'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
255 | 0 | 0 | 0 | $left->column || $right->column |