| blib/lib/DBIx/Lite/Schema.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 0 | 3 | if (my $tables = delete $params{'tables'}) |
| 25 | 0 | 3 | if %params |
| 43 | 0 | 2 | unless $from and $from =~ /^(.+)\.(.+)$/ |
| 48 | 0 | 2 | unless $to and $to =~ /^(.+)\.(.+)$/ |
| 55 | 2 | 0 | if ($accessors) |
| 56 | 1 | 1 | if (ref $accessors eq 'ARRAY') { } |
| 64 | 2 | 0 | if $to_table_accessor |