| lib/Mojolicious/Command/sql.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 43 | 0 | 0 | 0 | defined $action and $action eq 'delete' |
| 0 | 0 | 0 | defined $action and $action eq 'create' | |
| 0 | 0 | 0 | defined $action and $action eq 'update' | |
| 107 | 0 | 0 | 0 | defined $action and $action eq 'delete' |
| 0 | 0 | 0 | defined $action and $action eq 'create' | |
| 0 | 0 | 0 | defined $action and $action eq 'update' | |
| 0 | 0 | 0 | defined $action and $action eq 'insert' |
| line | l | !l&&r | !l&&!r | condition | |||||
|---|---|---|---|---|---|---|---|---|---|
| 37 | 0 | 0 | 0 | $sql =~ /^CREATE\s+TABLE\sIF\sNOT\sEXISTS\s(?
|