AndyObtiva/yasl

View on GitHub
lib/yasl/loader.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method load_ruby_basic_data_type_object has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    def load_ruby_basic_data_type_object(class_name, data)
      case class_name
      when 'Time'
        DateTime.new.marshal_load(data.map(&:to_r)).to_time
      when 'BigDecimal'
Severity: Minor
Found in lib/yasl/loader.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status