line |
true |
false |
branch |
68
|
0 |
8 |
unless ref $HR_params eq 'HASH' |
71
|
0 |
2 |
unless defined $$HR_params{'CLIENT_ID'} or $$HR_params{'CLIENT_NAME'} or $$HR_params{'CLIENT_DOMAIN'} |
82
|
0 |
8 |
if defined $$HR_params{'debug'} |
83
|
0 |
8 |
if $$HR_config{'debug'} |
84
|
0 |
8 |
if $$HR_config{'debug'} and $$HR_config{'debug'} > 2 |
91
|
0 |
0 |
if $$HR_config{'debug'} >= 2 |
100
|
0 |
0 |
unless ref $HR_client eq 'HASH' |
116
|
0 |
0 |
if (defined $$HR_config{'client'}{'Supplemental_User_Table'}) |
126
|
0 |
0 |
if $dbh->err |
145
|
8 |
0 |
if $@ |
155
|
0 |
8 |
unless open YAML, $conf_file |
157
|
0 |
8 |
unless close YAML |