yast/yast-yast2

View on GitHub
library/general/src/modules/MailAliases.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method mergeTables has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def mergeTables(new, old)
      new = deep_copy(new)
      old = deep_copy(old)
      # make a true map
      new_m = Builtins.listmap(new) do |e|
Severity: Minor
Found in library/general/src/modules/MailAliases.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status