PageRenderTime 38ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/javascript/javascript-if.js

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
JavaScript | 30 lines | 25 code | 5 blank | 0 comment | 9 complexity | a6c514924a904dec44e50913e1168ef8 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. var x = 0;
  2. if (x)
  3. x = 0;
  4. if (x) {
  5. x = 0;
  6. }
  7. if (x)
  8. x = 0;
  9. else
  10. x = 0;
  11. if (x) {
  12. x = 0;
  13. }
  14. else {
  15. x = 0;
  16. }
  17. if (x) {
  18. x = 0;
  19. }
  20. else if (x) {
  21. x = 0;
  22. }
  23. else {
  24. x = 0;
  25. }