lib/volt/helpers/time/volt_time.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class VoltTime has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

class VoltTime
  # Since VoltTime is required by the user, we don't add it to the FIELD_CASTS
  # list until after it is included, since we don't have access to the class
  # here.
  if defined?(Volt::FieldHelpers)
Severity: Minor
Found in lib/volt/helpers/time/volt_time.rb - About 2 hrs to fix

    Method initialize has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def initialize(zone = nil, year = nil, month = nil, day = nil, hour = nil, min = nil, sec = nil)
    Severity: Major
    Found in lib/volt/helpers/time/volt_time.rb - About 50 mins to fix

      There are no issues that match your filters.

      Category
      Status