| blib/lib/MySQL/Admin/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 3 | 12 | 25.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 94 | 0 | 4 | 0 | defined $_[0] and not ref $_[0] | 
| 4 | 0 | 0 | defined $_[0] and not ref $_[0] and $_[0] eq 'MySQL::Admin::Config' | |
| 95 | 0 | 4 | 0 | defined $_[0] && (ref $_[0] eq 'MySQL::Admin::Config' || UNIVERSAL::isa($_[0], 'MySQL::Admin::Config')) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 34 | 0 | 0 | 0 | ref $class || $class || $MySQL::Admin::Config::DefaultClass |