Branch Coverage

lib/Webservice/OVH/Domain.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
68 0 0 unless $params{'module'}
69 0 0 unless $params{'wrapper'}
99 0 0 if (not $no_recheck) { }
103 0 0 if $response->error
107 0 0 grep({$_ eq $service_name;} @$list) ? :
113 0 0 grep({$_ eq $service_name;} @$list) ? :
137 0 0 if (not $no_recheck) { }
141 0 0 if $response->error
145 0 0 grep({$_ eq $zone_name;} @$list) ? :
151 0 0 grep({$_ eq $zone_name;} @$list) ? :
175 0 0 if $response->error
182 0 0 if ($self->service_exists($service_name, 1))
211 0 0 if $response->error
219 0 0 if ($self->zone_exists($zone_name, 1))
248 0 0 if ($self->service_exists($service_name)) { }
281 0 0 if ($self->zone_exists($zone_name)) { }