Condition Coverage

lib/Mojolicious/Command/sql.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

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'

or 3 conditions

line l !l&&r !l&&!r condition
32 0 0 0 $sql =~ /^CREATE\s+TABLE\sIF\sNOT\sEXISTS\s(?([\w]+))/i or $sql =~ /^CREATE\s+TABLE\s(?
([\w]+))/i