Condition Coverage

blib/lib/SQL/Translator/Generator/DDL/SQLite.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 0 $field->data_type =~ /^number?$/i and not $field->size =~ /,/
85 5 19 $field->is_primary_key and scalar @pk_fields == 1
84 107 0 1 ($field->extra->{'auto_increment_type'} || '') eq 'monotonic' && $self->_ipk($field) && $field->is_auto_increment

or 3 conditions

line l !l&&r !l&&!r condition
73 19 0 0 $field->data_type =~ /int(eger)?$/i or $field->data_type =~ /^number?$/i and not $field->size =~ /,/
99 1 105 2 $self->field_autoinc($field) || ()