Branch Coverage

lib/Webservice/OVH/Hosting/Web/Service.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
48 0 0 unless $params{'module'}
49 0 0 unless $params{'wrapper'}
50 0 0 unless $params{'id'}
105 0 0 if $response_service_info->error
130 0 0 unless $params{'renew'}
133 0 0 if (my(@missing_parameters) = grep({not exists $params{'renew'}{$_};} @keys))
139 0 0 $params{'renew'}{'automatic'} eq 'true' || $params{'renew'}{'automatic'} eq 'yes' || $params{'renew'}{'automatic'} eq '1' ? :
140 0 0 $params{'renew'}{'delete_at_expiration'} eq 'true' || $params{'renew'}{'delete_at_expiration'} eq 'yes' || $params{'renew'}{'delete_at_expiration'} eq '1' ? :
141 0 0 $params{'renew'}{'forced'} eq 'true' || $params{'renew'}{'forced'} eq 'yes' || $params{'renew'}{'forced'} eq '1' ? :
152 0 0 if $response->error