iterative/dvc

View on GitHub
dvc/repo/plots/__init__.py

Summary

Maintainability
C
1 day
Test Coverage

File __init__.py has 466 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import csv
import io
import os
from collections import defaultdict
from collections.abc import Iterator
Severity: Minor
Found in dvc/repo/plots/__init__.py - About 7 hrs to fix

    Function _resolve_definitions has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def _resolve_definitions(
    Severity: Minor
    Found in dvc/repo/plots/__init__.py - About 45 mins to fix

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

          def show(
      Severity: Minor
      Found in dvc/repo/plots/__init__.py - About 35 mins to fix

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

            def _collect_data_sources(
        Severity: Minor
        Found in dvc/repo/plots/__init__.py - About 35 mins to fix

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

          def _collect_definitions(
          Severity: Minor
          Found in dvc/repo/plots/__init__.py - About 35 mins to fix

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

                def collect(
            Severity: Minor
            Found in dvc/repo/plots/__init__.py - About 35 mins to fix

              Function collect has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
              Open

                  def collect(
                      self,
                      targets: Optional[list[str]] = None,
                      revs: Optional[list[str]] = None,
                      recursive: bool = False,
              Severity: Minor
              Found in dvc/repo/plots/__init__.py - About 35 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

              Function modify has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

                  def modify(self, path, props=None, unset=None):
                      from dvc_render.vega_templates import get_template
              
                      props = props or {}
                      template = props.get("template")
              Severity: Minor
              Found in dvc/repo/plots/__init__.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