line |
true |
false |
branch |
36
|
0 |
0 |
if ($_ =~ /is currently available for Registration/)
|
56
|
0 |
0 |
if ($response->{'status'} eq 'Failed')
|
57
|
0 |
0 |
if ($response->{'actionstatusdesc'} =~ /Order Locked In Processing/) { }
|
80
|
0 |
0 |
if (lc $response->{'result'} eq 'success')
|
87
|
0 |
0 |
if ($_ =~ /You are not allowed to perform this action/) { }
|
|
0 |
0 |
elsif ($_ =~ m[Invalid action status/action type for this operation]) { }
|
110
|
0 |
0 |
if (lc $response->{'result'} eq 'true')
|
118
|
0 |
0 |
if ($_ =~ /You are not allowed to perform this action/) { }
|
|
0 |
0 |
elsif ($_ =~ /The current status of Transfer action for the domain name does not allow this operation/) { }
|