IntelliWizard© - UML StateWizard

A UML StateChart open-source framework and IDE tools under a dual licensing model.


Start Page

Introduction
Why ...
How to ...
Running Environment
License Policy

Features


Demo & Manual
Product Family
Framework API Set
StateTree
StateChart
Debug Support

Downloads

UML StateWizard
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.