| blib/lib/Mojolicious/Plugin/MySQLViewerLite/Command.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 13 | 0 | 0 | if ($show_create_table =~ /PRIMARY\s+KEY\s+(.+?)\n/iu) |
| 27 | 0 | 0 | if /^\s*`/u or $line =~ /NOT\s+NULL/iu |
| 28 | 0 | 0 | if ($line =~ /^\s+(`\w+?`)/u) |
| 40 | 0 | 0 | if ($show_create_table =~ /ENGINE=(.+?)(\s+|$)/iu) |
| 65 | 0 | 0 | if ($show_create_table =~ /CHARSET=(.+?)(\s+|$)/iu) |