Branch Coverage

lib/MySQL/Admin/Settings.pm
Criterion Covered Total %
branch 4 10 40.0


line true false branch
62 2 0 defined $p[0] ? :
63 0 2 if (-e $do)
72 0 0 defined $p[0] ? :
83 0 2 if defined $_[0] and not ref $_[0] and $_[0] eq 'MySQL::Admin::Settings'
85 0 2 defined $_[0] && (ref $_[0] eq 'MySQL::Admin::Settings' || UNIVERSAL::isa($_[0], 'MySQL::Admin::Settings')) ? :