torvalds/linux

View on GitHub
Documentation/trace/postprocess/decode_msr.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                if er[1] <= num <= er[2]:
                    r = er[0] % (num - er[1],)
                    break
        if r:
Severity: Major
Found in Documentation/trace/postprocess/decode_msr.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status