lib/Mojolicious/Command/sql.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
38 | 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 'fake' | |
0 | 0 | 0 | defined $action and $action eq 'fake' and $self->app->mode eq 'development' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
32 | 0 | 0 | 0 | $sql =~ /^CREATE\s+TABLE\sIF\sNOT\sEXISTS\s(? |