blib/lib/Mojolicious/Plugin/MySQLViewerLite/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | l | !l | condition |
---|---|---|---|
11 | 0 | 0 | $self->show_create_table($database, $table) || '' |
23 | 0 | 0 | $self->show_create_table($database, $table) || '' |
38 | 0 | 0 | $self->show_create_table($database, $table) || '' |
63 | 0 | 0 | $self->show_create_table($database, $table) || '' |
93 | 0 | 0 | $table_def_row ||= {} |
94 | 0 | 0 | $table_def_row->{'Create Table'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
27 | 0 | 0 | 0 | /^\s*`/u or $line =~ /NOT\s+NULL/iu |