R
R Avery
Is there any utility that can analyze .bas, .cls, etc files and create a
text file dump or Excel spreadsheet (or whatever) of the statistics of the
modules? Such as comment line count, code line count, code density, number
of procedures, etc?
I have seen one that can do that, but can only analyze 1 module at a time,
and I have directories of like 80+ modules, and I do not want to analyze all
of them individually with this utility. Is there one that can iterate over
all files in a folder?
Any help would be appreciated.
text file dump or Excel spreadsheet (or whatever) of the statistics of the
modules? Such as comment line count, code line count, code density, number
of procedures, etc?
I have seen one that can do that, but can only analyze 1 module at a time,
and I have directories of like 80+ modules, and I do not want to analyze all
of them individually with this utility. Is there one that can iterate over
all files in a folder?
Any help would be appreciated.