axsh/wakame-vdc

View on GitHub
client/ruby-hijiki/lib/hijiki/dcmgr_resource/base.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def handle_response(response)
    case response.code.to_i
    when 301,302
      raise(Redirection.new(response))
    when 200...400
Severity: Minor
Found in client/ruby-hijiki/lib/hijiki/dcmgr_resource/base.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status