shawn42/gamebox

View on GitHub
lib/gamebox/lib/vector2.rb

Summary

Maintainability
C
1 day
Test Coverage

Class Vector2 has 56 methods (exceeds 20 allowed). Consider refactoring.
Open

class Vector2
  include Enumerable
  include MinMaxHelpers

  RAD_TO_DEG = 180.0 / Math::PI
Severity: Major
Found in lib/gamebox/lib/vector2.rb - About 1 day to fix

    File vector2.rb has 255 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    class Vector2
      include Enumerable
      include MinMaxHelpers
    
      RAD_TO_DEG = 180.0 / Math::PI
    Severity: Minor
    Found in lib/gamebox/lib/vector2.rb - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status