makesdb.pl | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 20 | 15.0 |
line | true | false | branch |
---|---|---|---|
4 | 0 | 1 | unless $dbname =~ /^\w+$/ |
6 | 0 | 1 | unless open SDB, ">>$dbname.sdb" |
8 | 1 | 0 | if ($ARGV[0]) { } |
24 | 0 | 0 | unless $dbuser =~ /^\w+$/ |
26 | 0 | 0 | unless $dbpswd =~ /^\w+$/ |
28 | 0 | 0 | unless $dbpath |
31 | 0 | 0 | unless $dbext |
33 | 0 | 0 | unless $rdelim |
35 | 0 | 0 | unless $fdelim |
61 | 0 | 0 | unless $t =~ /\S/ |