CocoaPods/CocoaPods

View on GitHub
lib/cocoapods/user_interface.rb

Summary

Maintainability
B
5 hrs
Test Coverage
C
79%

Method pod has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
Open

      def pod(set, mode = :normal)
        if mode == :name_and_version
          puts_indented "#{set.name} #{set.versions.first.version}"
        else
          pod = Specification::Set::Presenter.new(set)
Severity: Minor
Found in lib/cocoapods/user_interface.rb - About 2 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 pod has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def pod(set, mode = :normal)
        if mode == :name_and_version
          puts_indented "#{set.name} #{set.versions.first.version}"
        else
          pod = Specification::Set::Presenter.new(set)
Severity: Minor
Found in lib/cocoapods/user_interface.rb - About 1 hr to fix

    Method title has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
    Open

          def title(title, verbose_prefix = '', relative_indentation = 2)
            if @treat_titles_as_messages
              message(title, verbose_prefix)
            else
              title = verbose_prefix + title if config.verbose?
    Severity: Minor
    Found in lib/cocoapods/user_interface.rb - About 55 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

    Method path has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

          def path(pathname)
            if pathname
              from_path = config.podfile_path.dirname if config.podfile_path
              from_path ||= Pathname.pwd
              path = begin
    Severity: Minor
    Found in lib/cocoapods/user_interface.rb - About 35 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