lib/DBIx/Class/DeploymentAdapter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 0 | 0 | 0 | $args and $args->{'schema'} |
176 | 0 | 0 | 0 | $to_version and $upgrade_version > $to_version |
line | l | !l | condition |
---|---|---|---|
53 | 0 | 0 | $args->{'script_directory'} ||= './share/migrations' |
54 | 0 | 0 | $args->{'databases'} ||= ['MySQL'] |
55 | 0 | 0 | $args->{'sql_translator_args'} ||= {'mysql_enable_utf8', 1} |