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