phenomenal/phenomenal

View on GitHub
lib/phenomenal/context/context.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Context has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

class Phenomenal::Context
  extend Phenomenal::ContextCreation
  include Phenomenal::ContextRelationships
  
  @@total_activations = 0
Severity: Minor
Found in lib/phenomenal/context/context.rb - About 2 hrs to fix

    Method add_adaptation has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def add_adaptation(klass, method_name,instance,umeth=nil, &implementation)
    Severity: Minor
    Found in lib/phenomenal/context/context.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status