Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 7419-7419 (lines=1) @@
7416
	      components.push({ count: 1, added: added, removed: removed });
7417
	    }
7418
	  },
7419
	  /*istanbul ignore start*/ /*istanbul ignore end*/extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) {
7420
	    var newLen = newString.length,
7421
	        oldLen = oldString.length,
7422
	        newPos = basePath.newPos,

node_modules/diff/lib/diff/base.js 1 location

@@ 133-133 (lines=1) @@
130
      components.push({ count: 1, added: added, removed: removed });
131
    }
132
  },
133
  /*istanbul ignore start*/ /*istanbul ignore end*/extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) {
134
    var newLen = newString.length,
135
        oldLen = oldString.length,
136
        newPos = basePath.newPos,