BLKSerene/Wordless

View on GitHub
wordless/wl_measures/wl_measures_effect_size.py

Summary

Maintainability
C
1 day
Test Coverage

Function poisson_collocation_measure has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def poisson_collocation_measure(main, o11s, o12s, o21s, o22s):
Severity: Minor
Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

    Function md has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def md(main, o11s, o12s, o21s, o22s):
    Severity: Minor
    Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

      Function log_dice has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def log_dice(main, o11s, o12s, o21s, o22s):
      Severity: Minor
      Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

        Function lfmd has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def lfmd(main, o11s, o12s, o21s, o22s):
        Severity: Minor
        Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

          Function min_sensitivity has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          def min_sensitivity(main, o11s, o12s, o21s, o22s):
          Severity: Minor
          Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

            Function pmi has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            def pmi(main, o11s, o12s, o21s, o22s):
            Severity: Minor
            Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

              Function pct_diff has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              def pct_diff(main, o11s, o12s, o21s, o22s):
              Severity: Minor
              Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                Function dices_coeff has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                def dices_coeff(main, o11s, o12s, o21s, o22s):
                Severity: Minor
                Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                  Function kilgarriffs_ratio has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def kilgarriffs_ratio(main, o11s, o12s, o21s, o22s):
                  Severity: Minor
                  Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                    Function mi_log_f has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    def mi_log_f(main, o11s, o12s, o21s, o22s):
                    Severity: Minor
                    Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                      Function mi has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def mi(main, o11s, o12s, o21s, o22s):
                      Severity: Minor
                      Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                        Function squared_phi_coeff has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def squared_phi_coeff(main, o11s, o12s, o21s, o22s):
                        Severity: Minor
                        Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                          Function im3 has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          def im3(main, o11s, o12s, o21s, o22s):
                          Severity: Minor
                          Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                            Function jaccard_index has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                            def jaccard_index(main, o11s, o12s, o21s, o22s):
                            Severity: Minor
                            Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                              Function me has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def me(main, o11s, o12s, o21s, o22s):
                              Severity: Minor
                              Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                                Function diff_coeff has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def diff_coeff(main, o11s, o12s, o21s, o22s):
                                Severity: Minor
                                Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                                  Function odds_ratio has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  def odds_ratio(main, o11s, o12s, o21s, o22s):
                                  Severity: Minor
                                  Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                                    Function log_ratio has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def log_ratio(main, o11s, o12s, o21s, o22s):
                                    Severity: Minor
                                    Found in wordless/wl_measures/wl_measures_effect_size.py - About 35 mins to fix

                                      There are no issues that match your filters.

                                      Category
                                      Status