extinctionrebellion/RebelsManager

View on GitHub
app/inputs/time_picker_input.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Complex method TimePickerInput#input (29.5)
Wontfix

  def input(wrapper_options = nil)
    unless string?
      input_html_classes.unshift("string")
      input_html_options[:type] ||= "text"
      input_html_options[:data] ||= {}
Severity: Minor
Found in app/inputs/time_picker_input.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