hacken-in/hacken-in

View on GitHub
lib/tasks/setup.rake

Summary

Maintainability
Test Coverage

Complex method namespace(setup)::task#admin (25.3)
Open

  task admin: :environment do
    nick = ENV["user"] || begin
      puts "Username:"
      STDIN.gets.strip
    end
Severity: Minor
Found in lib/tasks/setup.rake 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