django/django

View on GitHub
django/contrib/gis/sitemaps/views.py

Summary

Maintainability
A
3 hrs
Test Coverage

Function kml has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
Open

def kml(request, label, model, field_name=None, compress=False, using=DEFAULT_DB_ALIAS):
    """
    This view generates KML for the given app label, model, and field name.

    The field name must be that of a geographic field.
Severity: Minor
Found in django/contrib/gis/sitemaps/views.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 kml has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

def kml(request, label, model, field_name=None, compress=False, using=DEFAULT_DB_ALIAS):
Severity: Minor
Found in django/contrib/gis/sitemaps/views.py - About 45 mins to fix

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

    def kmz(request, label, model, field_name=None, using=DEFAULT_DB_ALIAS):
    Severity: Minor
    Found in django/contrib/gis/sitemaps/views.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status