Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 10487-10487 (lines=1) @@
10484
  }
10485
}
10486
10487
function ReadableState(options, stream) {
10488
  Duplex = Duplex || require('./_stream_duplex');
10489
10490
  options = options || {};

node_modules/readable-stream/lib/_stream_readable.js 1 location

@@ 101-101 (lines=1) @@
98
  if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];
99
}
100
101
function ReadableState(options, stream) {
102
  Duplex = Duplex || require('./_stream_duplex');
103
104
  options = options || {};