| blib/lib/MySQL/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 7 | 11 | 63.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 36 | 1 | 0 | 6 | defined $conf_file and not ref $conf_file | 
| 85 | 1 | 0 | 10 | exists $ini{$name} and ref $ini{$name} eq 'HASH' | 
| 115 | 7 | 0 | 7 | -f $file and -r _ | 
| line | l | !l | condition | 
|---|---|---|---|
| 117 | 7 | 0 | $ini ||= [] |