The Assignment, Branch, Condition size for get_title is considered too high. [19.72/15]. The ABC size is based on assignments, branches (method calls), and conditions.
Loading history...
10
vista = params[:view] ||= 'Herosheet'
11
title ||= vista.capitalize
12
title = params[:param].capitalize if title == 'view'