Condition Coverage

blib/lib/Class/ReluctantORM/SQL/Column.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

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

or 2 conditions

line l !l condition
173 0 0 $args{'prefix'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
255 0 0 0 $left->column || $right->column