extinctionrebellion/RebelsManager

View on GitHub
app/datatables/application_datatable.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Complex method ApplicationDatatable::CustomOverrides#inject_conditions (23.0)
Open

    def inject_conditions(search_terms)
      search_terms.inject([]) do |crit, atom|
        search = Datatable::SimpleSearch.new(
          value: atom,
          regex: datatable.search.regexp?

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