Branch Coverage

blib/lib/MySQL/Admin/Session.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
51 1 2 defined $p[0] ? :
52 1 2 if (-e $do)
61 1 0 defined $p[0] ? :
72 0 2 if defined $_[0] and not ref $_[0] and $_[0] eq 'MySQL::Admin::Session'
73 0 4 defined $_[0] && (ref $_[0] eq 'MySQL::Admin::Session' || UNIVERSAL::isa($_[0], 'MySQL::Admin::Session')) ? :