Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

15 righe
346 B

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