bjerkio/crayon-api-go

View on GitHub
client/agreement_products/get_agreement_products_parameters.go

Summary

Maintainability
F
1 wk
Test Coverage

Method GetAgreementProductsParams.WriteToRequest has a Cognitive Complexity of 139 (exceeds 20 allowed). Consider refactoring.
Open

func (o *GetAgreementProductsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {

    if err := r.SetTimeout(o.timeout); err != nil {
        return err
    }
Severity: Minor
Found in client/agreement_products/get_agreement_products_parameters.go - About 2 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

GetAgreementProductsParams has 107 methods (exceeds 20 allowed). Consider refactoring.
Open

type GetAgreementProductsParams struct {

    /*AgreementID*/
    AgreementID *int32
    /*AgreementIds*/
Severity: Major
Found in client/agreement_products/get_agreement_products_parameters.go - About 2 days to fix

    Method GetAgreementProductsParams.WriteToRequest has 351 lines of code (exceeds 50 allowed). Consider refactoring.
    Open

    func (o *GetAgreementProductsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
    
        if err := r.SetTimeout(o.timeout); err != nil {
            return err
        }
    Severity: Major
    Found in client/agreement_products/get_agreement_products_parameters.go - About 1 day to fix

      File get_agreement_products_parameters.go has 814 lines of code (exceeds 500 allowed). Consider refactoring.
      Open

      // Code generated by go-swagger; DO NOT EDIT.
      
      package agreement_products
      
      // This file was generated by the swagger tool.
      Severity: Major
      Found in client/agreement_products/get_agreement_products_parameters.go - About 1 day to fix

        Method GetAgreementProductsParams.WriteToRequest has 53 return statements (exceeds 4 allowed).
        Open

        func (o *GetAgreementProductsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error {
        
            if err := r.SetTimeout(o.timeout); err != nil {
                return err
            }
        Severity: Major
        Found in client/agreement_products/get_agreement_products_parameters.go - About 4 hrs to fix

          There are no issues that match your filters.

          Category
          Status