Branch Coverage

lib/Rex/Cloud/OpenStack.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
61 0 0 if ($response->is_error)
66 0 0 if $response->content
98 0 0 unless $self->{'auth'}{'tokenId'}
109 0 0 unless $self->{'auth'}{'tokenId'}
146 0 0 if (exists $data{'volume'})
153 0 0 if (exists $data{'floating_ip'})
238 0 0 $instance->{'status'} eq 'ACTIVE' ? :
299 0 0 unless exists $flavors->{'flavors'}
312 0 0 unless exists $images->{'images'}
337 0 0 if $_->{'id'} eq $id
428 0 0 unless $floating_ip->{'instance_id'}
477 0 0 unless (open $fh, "<", glob($public_key))
492 0 0 $_->{'keypair'}{'fingerprint'} eq $fingerprint ? :
496 0 0 if ($online_key)