| line | true | false | branch | 
 
| 25 | 0 | 0 | unless ($mysql) | 
 
| 26 | 0 | 0 | unless (-x $mysql) | 
 
| 50 | 0 | 0 | unless eval 'require DBD::mysql' | 
 
| 61 | 0 | 0 | if (my $user = $properties->{'user'}) | 
 
| 64 | 0 | 0 | if (my $database = $properties->{'database'}) | 
 
| 67 | 0 | 0 | if (my $host = $properties->{'host'}) | 
 
| 70 | 0 | 0 | if (my $port = $properties->{'port'}) | 
 
| 73 | 0 | 0 | if (my $mysql_socket = $properties->{'mysql_socket'}) | 
 
| 76 | 0 | 0 | if (my $password = $properties->{'password'}) | 
 
| 91 | 0 | 0 | unless $ENV{'AUTOMATED_TESTING'} or $ENV{'HARNESS_ACTIVE'} | 
 
| 92 | 0 | 0 | unless IPC::Run::run(\@cmd, \$sql, $on_stdout, $on_stderr) |