Forced-Alignment-and-Vowel-Extraction/new-fave

View on GitHub
src/new_fave/extract.py

Summary

Maintainability
C
1 day
Test Coverage

File extract.py has 395 lines of code (exceeds 250 allowed). Consider refactoring.
Open

from new_fave import fave_audio_textgrid,\
    fave_corpus,\
    fave_subcorpora,\
    write_data
from fasttrackpy.patterns.just_audio import create_audio_checker
Severity: Minor
Found in src/new_fave/extract.py - About 5 hrs to fix

    Function audio_textgrid has 12 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def audio_textgrid(
    Severity: Major
    Found in src/new_fave/extract.py - About 1 hr to fix

      Function corpus has 11 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def corpus(
      Severity: Major
      Found in src/new_fave/extract.py - About 1 hr to fix

        Function subcorpora has 11 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def subcorpora(
        Severity: Major
        Found in src/new_fave/extract.py - About 1 hr to fix

          Function corpus has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
          Open

          def corpus(
              corpus_path: str|Path,
              speakers: int|list[int]|str|Path,
              exclude_overlaps: bool,
              recode_rules: str|None,
          Severity: Minor
          Found in src/new_fave/extract.py - About 1 hr 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 subcorpora has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
          Open

          def subcorpora(
              subcorpora: list[str|Path],
              speakers: int|list[int]|str|Path,
              exclude_overlaps: bool,
              recode_rules: str|None,
          Severity: Minor
          Found in src/new_fave/extract.py - About 1 hr 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 audio_textgrid has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
          Open

          def audio_textgrid(
              audio_path: str|Path,
              textgrid_path: str|Path,
              speakers: int|list[int]|str|Path,
              exclude_overlaps: bool,
          Severity: Minor
          Found in src/new_fave/extract.py - About 25 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