Branch Coverage

blib/lib/DBIx/QuickORM/Dialect/SQLite.pm
Criterion Covered Total %
branch 19 22 86.3


line true false branch
89 21 30 if $tname =~ /^sqlite_/
141 2 23 if $idx->{'type'} eq "pk"
144 28 2 unless ($pk and @$pk)
147 26 2 if (@found) { }
181 0 30 unless $table
188 26 4 $res ? :
195 0 30 unless $table
212 26 48 if $has_autoinc and $res->{'pk'}
218 68 19 $res->{'notnull'} ? :
250 25 0 $u ? :
254 28 2 if (my(@pk) = $self->_primary_key($table))