| blib/lib/Bio/Maxd.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 19 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 33 | 0 | 0 | 0 | $data{'user'} and $data{'pass'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 31 | 0 | 0 | $data{'host'} || $ENV{'MAXD_HOSTDB'} || $hostname || 'localhost' | 
| 99 | 0 | 0 | $ENV{'MAXD_TEMPLATES'} || '.' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 24 | 0 | 0 | 0 | ref $self || $self | 
| 198 | 0 | 0 | 0 | $data{'format'} || _theFileFormat($data{'matrix_file'}) | 
| 266 | 0 | 0 | 0 | $data{'public'} =~ /true/i or $data{'public'} eq '1' | 
| 364 | 0 | 0 | 0 | 'DBI'->connect($MAXD, $user, $pass) || $DBI::errstr |