Branch Coverage

lib/MySQL/Admin/Config.pm
Criterion Covered Total %
branch 0 24 0.0


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