Branch Coverage

blib/lib/MySQL/Admin/Config.pm
Criterion Covered Total %
branch 10 24 41.6


line true false branch
44 0 0 defined $p[0] ? :
45 0 0 if (-e $do)
54 4 0 defined $p[0] ? :
55 4 0 defined $p[1] ? :
56 4 0 defined $p[2] ? :
63 4 0 $saveAs =~ /^(\S+)$/ ? :
65 4 0 if ($rsas)
66 0 4 unless open $fh, ">$rsas.bak"
76 4 0 if (-e "$rsas.bak")
77 0 4 unless rename "$rsas.bak", $rsas
94 0 4 if defined $_[0] and not ref $_[0] and $_[0] eq 'MySQL::Admin::Config'
95 4 0 defined $_[0] && (ref $_[0] eq 'MySQL::Admin::Config' || UNIVERSAL::isa($_[0], 'MySQL::Admin::Config')) ? :