sodabrew/puppet-dashboard

View on GitHub
app/assets/javascripts/jquery.ui.combobox.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function _create has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      _create: function() {
        var self = this,
          select = this.element.hide(),
          selected = select.children( ":selected" ),
          value = selected.val() ? selected.text() : "";
Severity: Major
Found in app/assets/javascripts/jquery.ui.combobox.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status