Modernizr/Modernizr

View on GitHub
src/addTest.js

Summary

Maintainability
A
1 hr
Test Coverage

Function addTest has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function addTest(feature, test) {

    if (typeof feature === 'object') {
      for (var key in feature) {
        if (hasOwnProp(feature, key)) {
Severity: Minor
Found in src/addTest.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status