af83/chouette-core

View on GitHub
app/helpers/time_tables_helper.rb

Summary

Maintainability
C
1 day
Test Coverage

Method new_alt_calendar has a Cognitive Complexity of 46 (exceeds 5 allowed). Consider refactoring.
Open

  def new_alt_calendar(options = {}, &block)
    raise(ArgumentError, "No year given")  unless options.has_key?(:year)
    raise(ArgumentError, "No month given") unless options.has_key?(:month)

    block                        ||= Proc.new {|d| nil}
Severity: Minor
Found in app/helpers/time_tables_helper.rb - About 7 hrs to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method new_alt_calendar has 77 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def new_alt_calendar(options = {}, &block)
    raise(ArgumentError, "No year given")  unless options.has_key?(:year)
    raise(ArgumentError, "No month given") unless options.has_key?(:month)

    block                        ||= Proc.new {|d| nil}
Severity: Major
Found in app/helpers/time_tables_helper.rb - About 3 hrs to fix

    Method month_periode_enum has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

      def month_periode_enum(bounding_dates, years)
        if bounding_dates.empty?
          start_date = Date.today - years.years
          end_date = Date.today + years.years
        else
    Severity: Minor
    Found in app/helpers/time_tables_helper.rb - About 45 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    There are no issues that match your filters.

    Category
    Status