thestrukture/IDE

View on GitHub
api/handlers/middleware_fApiGet.go

Summary

Maintainability
F
6 days
Test Coverage
F
0%

Function fApiGet has a Cognitive Complexity of 222 (exceeds 20 allowed). Consider refactoring.
Open

func fApiGet(w http.ResponseWriter, r *http.Request, session *sessions.Session) (response string, callmet bool) {

    me := types.SoftUser{Email: "Strukture user", Username: "Strukture user"}
    if r.FormValue("type") == "0" {

Severity: Minor
Found in api/handlers/middleware_fApiGet.go - About 4 days 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

Function fApiGet has 359 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func fApiGet(w http.ResponseWriter, r *http.Request, session *sessions.Session) (response string, callmet bool) {

    me := types.SoftUser{Email: "Strukture user", Username: "Strukture user"}
    if r.FormValue("type") == "0" {

Severity: Major
Found in api/handlers/middleware_fApiGet.go - About 1 day to fix

    Avoid deeply nested control flow statements.
    Open

        } else if r.FormValue("type") == "4" {
            sapp := methods.GetApp(methods.GetApps(), r.FormValue("pkg"))
    
            for _, v := range sapp.Css {
    
    
    Severity: Major
    Found in api/handlers/middleware_fApiGet.go - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                      } else if v.Type == "faas" {
                          rootel["icon"] = "fa fa-rocket"
                          rootel["project"] = true
                          rootel["btype"] = nil
                      } else {
      Severity: Major
      Found in api/handlers/middleware_fApiGet.go - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                        if !f.IsDir() && !strings.Contains(f.Name(), "go-breakpoints") {
                                            var mjk string
        
                                            mjk = strings.Replace(path, pkgpath+"web", "", -1) + "/" + f.Name()
                                            if globals.Windows {
        Severity: Major
        Found in api/handlers/middleware_fApiGet.go - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                                          if globals.Windows {
                                              mjk = strings.Replace(mjk, "/", "\\", -1)
                                          }
          Severity: Major
          Found in api/handlers/middleware_fApiGet.go - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                            if globals.Windows {
                                                mjk = strings.Replace(mjk, "/", "\\", -1)
                                            }
            Severity: Major
            Found in api/handlers/middleware_fApiGet.go - About 45 mins to fix

              package comment should be of the form "Package handlers ..."
              Open

              // File generated by Gopher Sauce
              Severity: Minor
              Found in api/handlers/middleware_fApiGet.go by golint

              func fApiGet should be fAPIGet
              Open

              func fApiGet(w http.ResponseWriter, r *http.Request, session *sessions.Session) (response string, callmet bool) {
              Severity: Minor
              Found in api/handlers/middleware_fApiGet.go by golint

              Your code does not pass gofmt in 1 place. Go fmt your code!
              Open

              // File generated by Gopher Sauce
              Severity: Minor
              Found in api/handlers/middleware_fApiGet.go by gofmt

              There are no issues that match your filters.

              Category
              Status