blib/lib/SQL/DBx/Deploy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 20 | 0 | 10 | $file =~ /.+\.((sql)|(pl))$/ and -f $file |
286 | 10 | 0 | 12 | $file =~ /.+\.((sql)|(pl))$/ and -f $file |
line | l | !l | condition |
---|---|---|---|
16 | 7 | 6 | shift() || 'default' |
188 | 0 | 0 | shift() || 'default' |
198 | 0 | 7 | shift() || 'default' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
137 | 10 | 0 | 0 | dir(shift()) || confess('deploy_dir($dir)') |
222 | 7 | 4 | 0 | exists $$cmd{'sql'} or exists $$cmd{'pl'} |
277 | 5 | 0 | 0 | dir(shift()) || confess('deploy_dir($dir)') |