lib/fog/vcloud_director/requests/compute/post_power_on_vapp.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method post_power_on_vapp has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def post_power_on_vapp(id)
          unless vapp = data[:vapps][id]
            raise Fog::Compute::VcloudDirector::Forbidden.new(
              'This operation is denied.'
            )
Severity: Minor
Found in lib/fog/vcloud_director/requests/compute/post_power_on_vapp.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status