BigKeeper/big-keeper

View on GitHub
lib/big_keeper/util/podfile_operator.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Method podspec_change has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
Open

    def podspec_change(podspec_file, version, module_name)
      temp_file = Tempfile.new(".#{module_name}.podspec", :encoding => 'UTF-8')
      has_change = false
      begin
        File.open(podspec_file, 'r', :encoding => 'UTF-8') do |file|
Severity: Minor
Found in lib/big_keeper/util/podfile_operator.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 podspec_change has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def podspec_change(podspec_file, version, module_name)
      temp_file = Tempfile.new(".#{module_name}.podspec", :encoding => 'UTF-8')
      has_change = false
      begin
        File.open(podspec_file, 'r', :encoding => 'UTF-8') do |file|
Severity: Minor
Found in lib/big_keeper/util/podfile_operator.rb - About 1 hr to fix

    Method find_and_lock has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        def find_and_lock(podfile, dictionary)
          temp_file = Tempfile.new('.Podfile.tmp', :encoding => 'UTF-8')
          begin
            File.open(podfile, 'r') do |file|
              file.each_line do |line|
    Severity: Minor
    Found in lib/big_keeper/util/podfile_operator.rb - About 1 hr to fix

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

          def find_and_lock(podfile, dictionary)
            temp_file = Tempfile.new('.Podfile.tmp', :encoding => 'UTF-8')
            begin
              File.open(podfile, 'r') do |file|
                file.each_line do |line|
      Severity: Minor
      Found in lib/big_keeper/util/podfile_operator.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