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 | 34 | $exceptions and not ref $default |
15 | 27 | 7 | $exceptions and not ref $default and $exceptions->{$default} | |
82 | 23 | 1 | 17 | $self->numeric_types->{lc $field->data_type} && &Scalar::Util::looks_like_number($default) |
100 | 34 | 8 | 61 | $field->size && !$self->sizeless_types->{$field->data_type} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 2 | 99 | 2 | $self->type_map->{$field_type} || $field_type |