app/admin/radar_entries.rb
Complex method column#content (23.2) Open
Open
column :content do |entry|
if entry.content
(
"<p><strong>#{entry.content[:title]}</strong></p>" +
"#{sanitize entry.content[:description]}" +
- Read upRead up
- Exclude checks
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