lib/MySQL/Admin/Actions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 8 | 37.5 |
line | true | false | branch |
---|---|---|---|
69 | 0 | 2 | defined $p[0] ? : |
70 | 0 | 2 | if (-e $do) |
89 | 0 | 0 | if defined $_[0] and not ref $_[0] and $_[0] eq 'MySQL::Admin::Actions' |
90 | 0 | 2 | defined $_[0] && (ref $_[0] eq 'MySQL::Admin::Actions' || UNIVERSAL::isa($_[0], 'MySQL::Admin::Actions')) ? : |