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