blib/lib/MySQL/mycrud.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 0 | unless my $dbh = 'DBI'->connect("dbi:mysql:database=$db;host=$host;port=$port", $user, $passwd, {'PrintError', 0, 'RaiseError', 1}) |
36 | 0 | 0 | if defined $ref |
41 | 0 | 0 | unless $sth->execute(@values) |
59 | 0 | 0 | if defined $ref |
64 | 0 | 0 | unless $sth->execute(@values) |
78 | 0 | 0 | if defined $ref |
83 | 0 | 0 | unless $sth->execute(@values) |
104 | 0 | 0 | if ($dbh) |