bykovme/nswallet

View on GitHub
src/NSWallet/NSWallet.Console/Checkpass.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method CheckPassword has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public bool CheckPassword()
        {
            if(password!=null&&pathToDatabase!=null)
            {
                if(compareDBVersions()==false)
Severity: Minor
Found in src/NSWallet/NSWallet.Console/Checkpass.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status