Branch Coverage

blib/lib/Anego/Task/SchemaLoader.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
17 0 0 unless ($class->can($method))
75 0 0 if ($config->rdbms eq 'MySQL')
78 0 0 if (my($idx) = grep({$options->[$_]{'AUTO_INCREMENT'};} 0 .. $#{$options;}))
82 0 0 if $field->{'is_nullable'} and exists $field->{'default_value'} and $field->{'default_value'} eq 'NULL'