cloudfoundry/cloud_controller_ng

View on GitHub
app/actions/service_instance_purge.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method purge has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def purge(service_instance)
      logger.info("purging service instance #{service_instance.guid}")

      service_instance.db.transaction do
        service_instance.routes.each do |route|
Severity: Minor
Found in app/actions/service_instance_purge.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status