/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/recursive.expected/script.js
JavaScript | 19 lines | 18 code | 0 blank | 1 comment | 4 complexity | 0aa46de830e8161315465c135bdaf808 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
- /* automatically generated by JSCoverage - do not edit */
- if (! top._$jscoverage) {
- top._$jscoverage = {};
- }
- var _$jscoverage = top._$jscoverage;
- if (! _$jscoverage['@PREFIX@script.js']) {
- _$jscoverage['@PREFIX@script.js'] = [];
- _$jscoverage['@PREFIX@script.js'][1] = 0;
- _$jscoverage['@PREFIX@script.js'][4] = 0;
- _$jscoverage['@PREFIX@script.js'][5] = 0;
- }
- _$jscoverage['@PREFIX@script.js'][1]++;
- alert("hello");
- _$jscoverage['@PREFIX@script.js'][4]++;
- if ("a" < "b" && "a" > "b") {
- _$jscoverage['@PREFIX@script.js'][5]++;
- alert("?");
- }
- _$jscoverage['@PREFIX@script.js'].source = ["alert(\"hello\");","","// test formatting &lt; &gt; &amp;","if ('a' < 'b' && 'a' > 'b') {"," alert(\"?\");","}"];