akamhy/waybackpy

View on GitHub

Showing 25 of 26 total issues

Function __init__ has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

    def __init__(
        self,
        url: str,
        user_agent: str = DEFAULT_USER_AGENT,
        start_timestamp: Optional[str] = None,
Severity: Minor
Found in waybackpy/cdx_api.py - About 45 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 near has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def near(
Severity: Minor
Found in waybackpy/availability_api.py - About 45 mins to fix

    Consider simplifying this complex logical expression.
    Open

            if (
                self.json is not None
                and "archived_snapshots" in self.json
                and self.json["archived_snapshots"] is not None
                and "closest" in self.json["archived_snapshots"]
    Severity: Major
    Found in waybackpy/availability_api.py - About 40 mins to fix

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

      def handle_cdx_closest_derivative_methods(
      Severity: Minor
      Found in waybackpy/cli.py - About 35 mins to fix

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

            def known_urls(
        Severity: Minor
        Found in waybackpy/wrapper.py - About 35 mins to fix
          Severity
          Category
          Status
          Source
          Language