| blib/lib/Fey/FK.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 65 | 1 | 149 | unless (@source == @target) |
| 71 | 1 | 148 | if (grep {not $_->table;} @source, @target) |
| 78 | 1 | 295 | if (&uniq(map({$_->table;} @{$array;})) > 1) |
| 129 | 2 | 77 | &blessed($table1) ? : |
| 130 | 2 | 77 | &blessed($table2) ? : |
| 149 | 2 | 4 | if ($self->$table_meth->name eq $table_name) |
| 155 | 1 | 2 | unless @cols |
| 159 | 1 | 1 | if grep {$_->name eq $col_name;} @cols |