blib/lib/Db/Mediasurface.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 0 | unless defined $$self{'_config'} or defined $$self{'_config_file'} |
22 | 0 | 0 | if (defined $$self{'_config_file'}) |
33 | 0 | 0 | unless (defined $$self{'_version'}) |
37 | 0 | 0 | unless my $sth = $$self{'_dbh'}->prepare($sql) |
38 | 0 | 0 | unless $sth->execute |
48 | 0 | 0 | unless (defined $$self{'_dbh'}) |
53 | 0 | 0 | unless $$self{'_dbh'} = 'DBI'->connect($data_source, $username, $password, $attributes) |