unageanu/jiji2

View on GitHub
src/jiji/model/graphing/graph.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method get_or_create has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def self.get_or_create(label, type,
      colors, axises, aggregation_type = :agerage, backtest = nil) #:nodoc:
Severity: Minor
Found in src/jiji/model/graphing/graph.rb - About 45 mins to fix

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

        def initialize(backtest, type,
          aggregation_type, label, colors, axises) #:nodoc:
    Severity: Minor
    Found in src/jiji/model/graphing/graph.rb - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status