camiloribeiro/cello

View on GitHub
lib/cello/pageobjects/html_elements/textarea_helper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method define_extras_for_textarea has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def define_extras_for_textarea(name)
        define_method "#{name}_is_enable?" do
          !(send(name).disabled?)
        end
        define_method "#{name}_clear" do
Severity: Minor
Found in lib/cello/pageobjects/html_elements/textarea_helper.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status