====== Stats Guide ====== ===== LARA LoC (Lines-of-Code) ===== * import - 1 per import * input - 1 (end does not count) * output - 1 (end does not count) * call - 1 * aspectdef - 1 (end does not count) * select - 1 * condition - 1 * apply - 1 + what is inside * codedef - 1 (if necessary, present LoC for native code separately) * ações - 1 (if necessary, present LoC for native code separately) * check - 1 * initialize - 1 + what is inside * finalize - 1 + what is inside * static - 1 + what is inside ===== JS LoC (Lines-of-Code) ===== * statement - 1 * for / while - 1 + what is inside * if - 1 + what is inside * if / else - 2 + what is inside * function - 1 + what is inside * with - 1 + what is inside