myGrid/t2-server-gem

View on GitHub
lib/t2-server/server.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Server has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Server
    include XML::Methods

    # :stopdoc:
    # Internal references to the main rest and admin top-level resource
Severity: Minor
Found in lib/t2-server/server.rb - About 3 hrs to fix

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

        def initialize_run(workflow, credentials = nil)
          # If workflow is a String, it might be a filename! If so, stream it.
          if (workflow.instance_of? String) && (File.file? workflow)
            return File.open(workflow, "r") do |file|
              create(links[:runs], file, "application/vnd.taverna.t2flow+xml",
    Severity: Minor
    Found in lib/t2-server/server.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