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