drhenner/ror_ecommerce

View on GitHub
app/assets/javascripts/jqwizard/bbq.js

Summary

Maintainability
B
4 hrs
Test Coverage

File bbq.js has 287 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * jQuery BBQ: Back Button & Query Library - v1.2.1 - 2/17/2010
 * http://benalman.com/projects/jquery-bbq-plugin/
 * 
 * Copyright (c) 2010 "Cowboy" Ben Alman
Severity: Minor
Found in app/assets/javascripts/jqwizard/bbq.js - About 2 hrs to fix

    Function jq_param_sub has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function jq_param_sub( is_fragment, get_func, url, params, merge_mode ) {
        var result,
          qs,
          matches,
          url_params,
    Severity: Minor
    Found in app/assets/javascripts/jqwizard/bbq.js - About 1 hr to fix

      Function jq_param_sub has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

        function jq_param_sub( is_fragment, get_func, url, params, merge_mode ) {
      Severity: Minor
      Found in app/assets/javascripts/jqwizard/bbq.js - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status