lib/MySQL/Admin/Settings.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
83 | 0 | 0 | 2 | defined $_[0] and not ref $_[0] |
0 | 2 | 0 | defined $_[0] and not ref $_[0] and $_[0] eq 'MySQL::Admin::Settings' | |
85 | 0 | 2 | 0 | defined $_[0] && (ref $_[0] eq 'MySQL::Admin::Settings' || UNIVERSAL::isa($_[0], 'MySQL::Admin::Settings')) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 2 | 0 | 0 | ref $class || $class || $MySQL::Admin::Settings::DefaultClass |