bykovme/nswallet

View on GitHub
src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs

Summary

Maintainability
A
3 hrs
Test Coverage

Avoid too many return statements within this method.
Open

                case "pl": if (LocalizationExceptionsLangPL(trTag)) return true; break;
Severity: Major
Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    case "es": if (LocalizationExceptionsLangES(trTag)) return true; break;
    Severity: Major
    Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      case "de": if (LocalizationExceptionsLangDE(trTag)) return true; break;
      Severity: Major
      Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                        case "ru": if (LocalizationExceptionsLangRU(trTag)) return true; break;
        Severity: Major
        Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                      return false;
          Severity: Major
          Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            case "pt": if (LocalizationExceptionsLangPT(trTag)) return true; break;
            Severity: Major
            Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

              There are no issues that match your filters.

              Category
              Status