| lib/MySQL/Admin/Session.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 10 | 30.0 |
| line | true | false | branch |
|---|---|---|---|
| 51 | 0 | 2 | defined $p[0] ? : |
| 52 | 0 | 2 | if (-e $do) |
| 61 | 0 | 0 | defined $p[0] ? : |
| 72 | 0 | 0 | if defined $_[0] and not ref $_[0] and $_[0] eq 'MySQL::Admin::Session' |
| 73 | 0 | 2 | defined $_[0] && (ref $_[0] eq 'MySQL::Admin::Session' || UNIVERSAL::isa($_[0], 'MySQL::Admin::Session')) ? : |