Condition Coverage

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


and 3 conditions

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'

or 3 conditions

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