Condition Coverage

blib/lib/DBIx/Lite/Schema.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
43 0 0 2 $from and $from =~ /^(.+)\.(.+)$/
48 0 0 2 $to and $to =~ /^(.+)\.(.+)$/

or 3 conditions

line l !l&&r !l&&!r condition
35 33 5 0 $self->{'tables'}{$table_name} ||= "DBIx::Lite::Schema::Table"->new("name", $table_name)