blib/lib/Teng/Schema/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 16 | 50.0 |
line | true | false | branch |
---|---|---|---|
30 | 239 | 5 | unless (Class::Load::load_optional_class($row_class)) |
37 | 721 | 4 | unless ($row_class->can($col)) |
53 | 0 | 0 | if (ref $rule ne 'Regexp') |
56 | 0 | 0 | unless (ref $code eq 'CODE') |
64 | 0 | 0 | if (ref $rule ne 'Regexp') |
67 | 0 | 0 | unless (ref $code eq 'CODE') |
80 | 22 | 31 | if ($col_name =~ /$rule/) |
95 | 27 | 15 | if ($col_name =~ /$rule/) |