版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

16 строки
349 B

  1. 'use strict';
  2. /*
  3. Copyright 2012-2015, Yahoo Inc.
  4. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
  5. */
  6. module.exports = {
  7. getDefault() {
  8. return {
  9. statements: [50, 80],
  10. functions: [50, 80],
  11. branches: [50, 80],
  12. lines: [50, 80]
  13. };
  14. }
  15. };