synewaves/rubillow

View on GitHub
lib/rubillow/neighborhood.rb

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

      if options[:regionid].nil? && options[:zip].nil? && (options[:state].nil? || options[:city].nil?) && (options[:city].nil? || options[:neighborhood].nil?)
        raise ArgumentError, "The regionid, state and city, city and neighborhood or zip option is required"
      end 
Severity: Major
Found in lib/rubillow/neighborhood.rb - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status