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