LudovicRousseau/PCSC

View on GitHub
UnitaryTests/SCardGetAttrib.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                if DDDD == 0x0020:
                    bus = (DDDDCCCC & 0xFF00) >> 8
                    addr = DDDDCCCC & 0xFF
                    print(" USB: bus: {}, addr: {}".format(bus, addr))

Severity: Major
Found in UnitaryTests/SCardGetAttrib.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status