af83/chouette-core

View on GitHub
app/lib/time_of_day.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

class TimeOfDay
  include Comparable

  attr_reader :hour, :minute, :second, :day_offset, :utc_offset, :second_offset
  alias min minute
Severity: Minor
Found in app/lib/time_of_day.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status