lib/rack/hello_world.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method _call has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def _call(env)
      if env['REQUEST_METHOD'] != 'GET'
        return [405, {}, ['']]
      end

Severity: Major
Found in lib/rack/hello_world.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status