jkrayer/objectify

View on GitHub
src/objectify.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getValues has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  Objectify.prototype.getValues = function getValues() {
    var elements = this.form.elements;
    var count = elements.length;
    var i = 0;
    for (i; i < count; i++) {
Severity: Minor
Found in src/objectify.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status