pboling/rack-insight

View on GitHub
lib/rack/insight/panels/speedtracer_panel.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def initialize(app)
      @app = app
      @uuid = UUIDTools::UUID.random_create.to_s
      table_setup("speedtracer", "uuid")
      key_sql_template("'%s'")
Severity: Minor
Found in lib/rack/insight/panels/speedtracer_panel.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status