shmilylty/OneForAll

View on GitHub
modules/autotake/github.py

Summary

Maintainability
A
3 hrs
Test Coverage

Function github_takeover has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
Open

def github_takeover(url):
    # 读取config配置文件
    repo_name = url
    print('[*]正在读取配置文件')
    user = settings.github_api_user
Severity: Minor
Found in modules/autotake/github.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

Avoid deeply nested control flow statements.
Open

                    if page_r.status_code == 201:
                        print('[+]自动接管成功,请稍后访问http://' + str(url) + '查看结果')
                    else:
                        print('[+]开启Github pages失败,请检查网络或稍后重试')
                else:
Severity: Major
Found in modules/autotake/github.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status