blib/lib/Jifty/DBI/Handle/mysql.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
38 | 0 | 0 | unless ($sth) |
45 | 0 | 0 | unless ($$self{'id'}) |
48 | 0 | 0 | unless $$self{'id'} |
80 | 0 | 0 | if $self->database_version =~ /^[34]/ |
105 | 0 | 0 | unless $create_table =~ /create\s+table\s+\S+\s*\((.*)\)/ism |
109 | 0 | 0 | unless my($column_info) = $create_table =~ /`$column`(.*?)(?:,|$)/i |
112 | 0 | 0 | unless $sth |