netinvent/windows_tools

View on GitHub
windows_tools/file_utils/__init__.py

Summary

Maintainability
B
6 hrs
Test Coverage

Function set_acls has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
Open

def set_acls(
    path: str,
    user_list: Union[List[str], List[object]] = None,
    group_list: Union[List[str], List[object]] = None,
    owner: Union[str, object] = None,
Severity: Minor
Found in windows_tools/file_utils/__init__.py - About 2 hrs 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

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

#! /usr/bin/env python
#  -*- coding: utf-8 -*-
#
# This file is part of windows_tools module

Severity: Minor
Found in windows_tools/file_utils/__init__.py - About 2 hrs to fix

    Function set_acls has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def set_acls(
    Severity: Major
    Found in windows_tools/file_utils/__init__.py - About 50 mins to fix

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

      def get_paths_recursive_and_fix_permissions(
      Severity: Minor
      Found in windows_tools/file_utils/__init__.py - About 35 mins to fix

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

        def get_paths_recursive_and_fix_permissions(
            path: str,
            owner: object = None,
            permissions: int = None,
            user_list: Union[List[str], List[object]] = None,
        Severity: Minor
        Found in windows_tools/file_utils/__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

        There are no issues that match your filters.

        Category
        Status