function Pair()
in
switch.js [124:128]
5
lines of code
1
McCabe index (conditional complexity)
function Pair(a, b) { Array.call(this); this[0] = a; this[1] = b; }