| blib/lib/FormValidator/Simple/Plugin/CDBI/Unique.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 0 | 0 | unless (scalar @$args >= 2) |
| 24 | 0 | 0 | unless (scalar @$params == scalar @$args) |
| 29 | 0 | 0 | if ($class->options->{'cdbi_base_class'}) |
| 33 | 0 | 0 | if ($@) |
| 38 | 0 | 0 | unless (UNIVERSAL::isa($table, 'Class::DBI')) |
| 47 | 0 | 0 | if ($key =~ /^!(.+)$/) { } |
| 55 | 0 | 0 | unless $table->find_column($column) |
| 70 | 0 | 0 | if ($@) |
| 75 | 0 | 0 | $count > 0 ? : |