jamie-ci/jamie

View on GitHub
lib/jamie.rb

Summary

Maintainability
F
3 days
Test Coverage

File jamie.rb has 1047 lines of code (exceeds 250 allowed). Consider refactoring.
Open

require 'base64'
require 'benchmark'
require 'celluloid'
require 'delegate'
require 'digest'
Severity: Major
Found in lib/jamie.rb - About 2 days to fix

    Class Instance has 30 methods (exceeds 20 allowed). Consider refactoring.
    Open

      class Instance
    
        include Celluloid
        include Logging
    
    
    Severity: Minor
    Found in lib/jamie.rb - About 3 hrs to fix

      Class Config has 27 methods (exceeds 20 allowed). Consider refactoring.
      Open

        class Config
      
          attr_writer :yaml_file
          attr_writer :platforms
          attr_writer :suites
      Severity: Minor
      Found in lib/jamie.rb - About 3 hrs to fix

        Method required_config has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

              def self.required_config(attr, &block)
                @validations = [] if @validations.nil?
                if ! block_given?
                  klass = self
                  block = lambda do |attr, value|
        Severity: Minor
        Found in lib/jamie.rb - About 25 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