blib/lib/MySQL/Admin/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
72 | 2 | 0 | 2 | defined $_[0] and not ref $_[0] |
2 | 2 | 0 | defined $_[0] and not ref $_[0] and $_[0] eq 'MySQL::Admin::Session' | |
73 | 2 | 2 | 0 | defined $_[0] && (ref $_[0] eq 'MySQL::Admin::Session' || UNIVERSAL::isa($_[0], 'MySQL::Admin::Session')) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
39 | 4 | 0 | 0 | ref $class || $class || $MySQL::Admin::Session::DefaultClass |