danryan/reveille

View on GitHub
lib/revily/state_machine.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class StateMachine has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

  class StateMachine
    attr_reader :object, :initial_state, :previous_state, :current_state

    def initialize(object)
      @object = object
Severity: Minor
Found in lib/revily/state_machine.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status