blib/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 27 | 62.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
355 | 0 | 0 | 17 | ref $fn and ref $fn eq 'CODE' |
394 | 65 | 1 | 0 | $self->ignore_ddl and $filename->basename =~ /^[^-]*-auto.*\.sql$/ |
539 | 29 | 0 | 1 | not $self->txn_prep and $self->txn_wrap |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
282 | 119 | 0 | 0 | $TXN{$storage_class} || $TXN{'mysql'} |
292 | 18 | 200 | 114 | not $self->txn_prep or /^(?!$txn)/mig |
318 | 14 | 4 | $storage_class ne 'mysql' or /^(?!DELIMITER\s+)/i | |
411 | 12 | 6 | 0 | +(shift @_ || {})->{'version'} || $self->schema_version |
430 | 2 | 0 | 0 | $args->{'version'} || $self->schema_version |
432 | 1 | 1 | 0 | $args->{'storage_type'} || $self->storage->sqlt_type |