asseinfo/br_danfe

View on GitHub
lib/br_danfe/danfe_lib/nfe_lib/document.rb

Summary

Maintainability
C
1 day
Test Coverage
A
97%

Method lie has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

        def lie(h, w, x, y, xml, xpath_uf, xpath_ie, options = {})
Severity: Major
Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 1 hr to fix

    Method inumeric has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            def inumeric(h, w, x, y, i18n = '', data = '', options = {})
    Severity: Major
    Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

      Method ibox has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              def ibox(h, w, x, y, title = '', info = '', options = {})
      Severity: Major
      Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

        Method lcnpj has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                def lcnpj(h, w, x, y, xml, xpath, options = {})
        Severity: Major
        Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

          Method lnumeric has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  def lnumeric(h, w, x, y, xml, xpath, options = {})
          Severity: Major
          Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

            Method i18n_lbox has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    def i18n_lbox(h, w, x, y, i18n = '', info = '', options = {})
            Severity: Major
            Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

              Method lbox has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                      def lbox(h, w, x, y, xml, xpath, options = {})
              Severity: Major
              Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

                Method ldate has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        def ldate(h, w, x, y, i18n = '', info = '', options = {})
                Severity: Major
                Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

                  Method ltime has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                          def ltime(h, w, x, y, i18n = '', info = '', options = {})
                  Severity: Major
                  Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

                    Method box has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            def box(at, w, h, title = '', info = '', options = {})
                    Severity: Minor
                    Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 45 mins to fix

                      Method numeric has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                              def numeric(at, w, h, title = '', info = '', options = {})
                      Severity: Minor
                      Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 45 mins to fix

                        Method ibarcode has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                def ibarcode(h, w, x, y, info)
                        Severity: Minor
                        Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 35 mins to fix

                          Method ititle has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                                  def ititle(h, w, x, y, i18n)
                          Severity: Minor
                          Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 35 mins to fix

                            Similar blocks of code found in 2 locations. Consider refactoring.
                            Open

                                    def initialize
                                      @document = BrDanfe::DocumentBuilder.build(
                                        page_size: 'A4',
                                        page_layout: :portrait,
                                        left_margin: 0,
                            Severity: Minor
                            Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb and 1 other location - About 15 mins to fix
                            lib/br_danfe/cce_lib/document.rb on lines 4..15

                            Duplicated Code

                            Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                            Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                            When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                            Tuning

                            This issue has a mass of 25.

                            We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                            The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                            If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                            See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                            Refactorings

                            Further Reading

                            There are no issues that match your filters.

                            Category
                            Status