blib/lib/DBIx/Lite/Schema.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
43 | 0 | 0 | 2 | $from and $from =~ /^(.+)\.(.+)$/ |
48 | 0 | 0 | 2 | $to and $to =~ /^(.+)\.(.+)$/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
35 | 29 | 4 | 0 | $self->{'tables'}{$table_name} ||= 'DBIx::Lite::Schema::Table'->new('name', $table_name) |