Branch Coverage

blib/lib/Siebel/Srvrmgr/Util/IniDaemon.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
56 1 4 unless -e $cfg_file and -r _
65 1 25 unless defined $cfg->val('GENERAL', $param)
70 1 2 if ($cfg->val('GENERAL', 'type') eq 'heavy') { }
1 1 elsif ($cfg->val('GENERAL', 'type') eq 'light') { }
97 4 0 if ($cfg->exists('GENERAL', $attr))
102 2 0 if ($cfg->exists('GENERAL', 'load_prefs') and $cfg->val('GENERAL', 'load_prefs'))