UNPKG

1.03 kBJavaScriptView Raw
1/* automatically generated by jscov - do not edit */
2if (typeof _$jscoverage === 'undefined') _$jscoverage = {};
3if (! _$jscoverage['switch.js']) {
4 _$jscoverage['switch.js'] = [];
5 _$jscoverage['switch.js'][1] = 0;
6 _$jscoverage['switch.js'][2] = 0;
7 _$jscoverage['switch.js'][4] = 0;
8 _$jscoverage['switch.js'][6] = 0;
9 _$jscoverage['switch.js'][7] = 0;
10 _$jscoverage['switch.js'][9] = 0;
11}
12_$jscoverage['switch.js'][1]++;
13list = [
14 Math.random(),
15 Math.random()
16];
17_$jscoverage['switch.js'][2]++;
18switch (list[1]) {
19case 'hej':
20 _$jscoverage['switch.js'][4]++;
21 console.log(list);
22case 'san':
23 _$jscoverage['switch.js'][6]++;
24 console.log(list);
25 _$jscoverage['switch.js'][7]++;
26 console.log(list);
27default:
28 _$jscoverage['switch.js'][9]++;
29 console.log(list);
30}
31_$jscoverage['switch.js'].source = ["list = [Math.random(), Math.random()]","switch (list[1]) {"," case \"hej\":"," console.log(list)"," case \"san\":"," console.log(list)"," console.log(list)"," default:"," console.log(list)","}"];
\No newline at end of file