EmmanuelOga/ffaker

View on GitHub
lib/ffaker/html_ipsum.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method body has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def body
      body = content_tag_for(:h1, words(2).capitalize)
      rand(0..3).times do
        body << content_tag_for(:p, fancy_string)
      end
Severity: Minor
Found in lib/ffaker/html_ipsum.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status