User Tools

Site Tools


Sidebar

<menu col=1,align=center>

<item>Documentation||[[lara:documentation]]|{{:lara:img:dictionary.png?25}}</item>
<item>Downloads||[[lara:downloads]]| {{:lara:img:projects.png?25}}</item>
<item>Tutorials||[[lara:tutorial]]|{{:lara:img:books.png?25}}</item>
<item>Other uses of LARA||[[lara:other]]|{{:lara:img:globe.png?25}}</item>
<item>About Us||[[https://sites.google.com/site/specsfeup/]]| {{:lara:img:specslogo.png?25}}</item>
<item>Projects||[[lara:usage]]| {{:lara:img:math.png?25}}</item>

</menu>

/* They are empty */ /* <item>FAQ||faq|</item> */ /* <item>Dev. Team||team| </item> */ /* <item>About LARA||about|</item> */

lara:docs:stats

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
lara/docs/stats.txt · Last modified: 2019/09/22 15:47 (external edit)