akamhy/waybackpy

View on GitHub
waybackpy/availability_api.py

Summary

Maintainability
B
4 hrs
Test Coverage

Function archive_url has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
Open

    def archive_url(self) -> str:
        """
        Reads the the JSON response data and returns
        the timestamp if found and if not found raises
        ArchiveNotInAvailabilityAPIResponse.
Severity: Minor
Found in waybackpy/availability_api.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 near has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
Open

    def near(
        self,
        year: Optional[int] = None,
        month: Optional[int] = None,
        day: Optional[int] = None,
Severity: Minor
Found in waybackpy/availability_api.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 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

      There are no issues that match your filters.

      Category
      Status