hacken-in/hacken-in

View on GitHub
app/admin/radar_entries.rb

Summary

Maintainability
A
0 mins
Test Coverage

Complex method column#content (23.2)
Open

    column :content do |entry|
      if entry.content
        (
          "<p><strong>#{entry.content[:title]}</strong></p>" +
          "#{sanitize entry.content[:description]}" +
Severity: Minor
Found in app/admin/radar_entries.rb by flog

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

There are no issues that match your filters.

Category
Status