yegor256/xembly-gem

View on GitHub
lib/xembly/directives.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method map has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.map(cmd)
      args = cmd.drop(1)
      case cmd[0].upcase
      when 'ADD'
        Add.new(args[0])
Severity: Minor
Found in lib/xembly/directives.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status