| blib/lib/DBR/Query/Part/Join.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 14 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 0 | 9 | unless ref($from) =~ /^DBR::Config::Field/ |
| 16 | 0 | 9 | unless ref($to) =~ /^DBR::Config::Field/ |
| 19 | 0 | 9 | unless $to->table_alias |
| 20 | 0 | 9 | unless $from->table_alias |
| 36 | 0 | 9 | unless my $conn = shift() |
| 44 | 0 | 2 | unless $query->check_table($self->from->table_alias) |
| 45 | 0 | 2 | unless $query->check_table($self->to->table_alias) |