Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 8495-8495 (lines=1) @@
8492
	  calcLineCount(hunk);
8493
	}
8494
8495
	function mutualChange(hunk, mine, their) {
8496
	  var myChanges = collectChange(mine),
8497
	      theirChanges = collectChange(their);
8498

node_modules/diff/lib/patch/merge.js 1 location

@@ 211-211 (lines=1) @@
208
  calcLineCount(hunk);
209
}
210
211
function mutualChange(hunk, mine, their) {
212
  var myChanges = collectChange(mine),
213
      theirChanges = collectChange(their);
214