blib/lib/SQL/Translator/Generator/Role/DDL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 15 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
81 | 14 | 1 | 44 | $exceptions and not ref $default |
15 | 37 | 7 | $exceptions and not ref $default and $exceptions->{$default} | |
82 | 31 | 1 | 19 | $self->numeric_types->{lc $field->data_type} && &Scalar::Util::looks_like_number($default) |
100 | 44 | 8 | 69 | $field->size && !$self->sizeless_types->{$field->data_type} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 2 | 117 | 2 | $self->type_map->{$field_type} || $field_type |