| blib/lib/Anego/Task/SchemaLoader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 0 | unless ($class->can($method)) |
| 48 | 0 | 0 | unless -f $schema_path |
| 50 | 0 | 0 | unless open my $fh, '<', $schema_path |
| 94 | 0 | 0 | unless $tr |
| 97 | 0 | 0 | if ($config->rdbms eq 'MySQL') |
| 100 | 0 | 0 | if (my($idx) = grep({$options->[$_]{'AUTO_INCREMENT'};} 0 .. $#{$options;})) |
| 104 | 0 | 0 | if $field->{'is_nullable'} and exists $field->{'default_value'} and $field->{'default_value'} eq 'NULL' |