Branch Coverage

blib/lib/Data/Model/Driver.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
25 0 218 unless scalar @{$id;} == scalar @{$schema->key;}
27 0 218 $self->cache_key_prefix ? :
0 218 $schema->options->{'model_name_realname'} ? :
218 0 ref $id eq 'ARRAY' ? :
48 0 580 if $reset
49 214 366 unless $count < $max
57 491 28 if (my(@keys) = @{$schema->key;})
59 176 417 if (exists $schema->column_options($column)->{'auto_increment'} and $schema->column_options($column)->{'auto_increment'})