AndyObtiva/glimmer-cw-video

View on GitHub

Showing 4 of 4 total issues

Class Video has 40 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Video
    include Glimmer::UI::CustomWidget
    include_package 'org.eclipse.swt.browser'

    options :file, :url
Severity: Minor
Found in lib/views/glimmer/video.rb - About 5 hrs to fix

    File video.rb has 287 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    require 'glimmer/ui/custom_widget'
    
    module Glimmer
      class Video
        include Glimmer::UI::CustomWidget
    Severity: Minor
    Found in lib/views/glimmer/video.rb - About 2 hrs to fix

      Method source has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
      Open

          def source
            file_source = file
            if file_source
              if file_source.start_with?('uri:classloader')
                file_path = file_source.split(/\/\//).last
      Severity: Minor
      Found in lib/views/glimmer/video.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 handle_observation_request has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          def handle_observation_request(observation_request, &block)
            observation_request = observation_request.to_s
            if observation_request.start_with?('on_')
              attribute = observation_request.sub(/^on_/, '')
              if attribute == 'loaded' && !@completed
      Severity: Minor
      Found in lib/views/glimmer/video.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