two-pack/redmine_xlsx_format_issue_exporter

View on GitHub
lib/redmine_xlsx_format_issue_exporter/xlsx_report_helper.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Method report_criteria_to_xlsx has 11 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def report_criteria_to_xlsx(workbook, worksheet, row_index, start_period_index, columns_width, available_criteria, columns, criteria, periods, hours, level=0)
Severity: Major
Found in lib/redmine_xlsx_format_issue_exporter/xlsx_report_helper.rb - About 1 hr to fix

    Method report_to_xlsx has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        def report_to_xlsx(report)
          stream = StringIO.new('')
          workbook = WriteXLSX.new(stream)
          worksheet = workbook.add_worksheet
    
    
    Severity: Minor
    Found in lib/redmine_xlsx_format_issue_exporter/xlsx_report_helper.rb - About 1 hr to fix

      Method report_criteria_to_xlsx has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
      Open

          def report_criteria_to_xlsx(workbook, worksheet, row_index, start_period_index, columns_width, available_criteria, columns, criteria, periods, hours, level=0)
            hours.collect {|h| h[criteria[level]].to_s}.uniq.each do |value|
              hours_for_value = select_hours(hours, criteria[level], value)
              next if hours_for_value.empty?
              row = [''] * level
      Severity: Minor
      Found in lib/redmine_xlsx_format_issue_exporter/xlsx_report_helper.rb - About 1 hr 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 write_item_row has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def write_item_row(workbook, worksheet, row, row_index, start_period_index, columns_width)
      Severity: Minor
      Found in lib/redmine_xlsx_format_issue_exporter/xlsx_report_helper.rb - About 45 mins to fix

        There are no issues that match your filters.

        Category
        Status