IntelliWizard© - UML StateWizard

An open source software under LGPL license.


Start Page

Introduction ...
What State Machine
Why State Machine
Running Environment
License Policy

Features


Product Family
API Set
Demo & Manual

Downloads

Installation
Engine Source Code

Users & Partners


User Stories
Forums



Code Line Calculator

This tool calculates the following information for the all projects in workspace:

  • File name with relative directory
  • Code Number (CDN)
  • Comment Line Number (CML)
  • Mixed Line Number (MXL) which lines contain code and comment code.
  • Blank Line Number (BKL)
  • Total Line Number (TTL)
  • Comment Radio (CMR)

Note:

a) TTL = CDL + CML ?MXL
b) Comment Ratio (CMR) = CML / CDN
c) Line concatenation sign: \. It will concatenate next line.
d)Nested comment "/*" or "*/" are not allowed. The left comment sign will match the first right comment sign.