gavinlaking/playa

View on GitHub

Showing 5 of 9 total issues

Method show has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def show
      render do
        view 'playlist' do
          playlist_menu.each do |sel, cur, item|
            if sel && cur
Severity: Major
Found in lib/playa/views/playlist_view.rb - About 2 hrs to fix

    Method show has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        def show
          trigger(:_clear_)
    
          render do
            view 'help' do
    Severity: Minor
    Found in lib/playa/views/help_view.rb - About 1 hr to fix

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

          def show
            trigger(:_clear_)
      
            render do
              view 'progress' do
      Severity: Minor
      Found in lib/playa/views/startup_view.rb - About 1 hr to fix

        Method show has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
        Open

            def show
              render do
                view 'playlist' do
                  playlist_menu.each do |sel, cur, item|
                    if sel && cur
        Severity: Minor
        Found in lib/playa/views/playlist_view.rb - About 45 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 initialize has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

            def initialize
              event(:forward) { forward if playing? }
              event(:rewind)  { rewind if playing? }
              event(:toggle)  { toggle }
              event(:play) do |track|
        Severity: Minor
        Found in lib/playa/models/player.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

        Severity
        Category
        Status
        Source
        Language