[comp.lang.ada] Logiscope Useage and Ada LOC Counters

FIEROS%SAV.ESNET@CCC.NERSC.GOV (03/29/91)

1. Logiscope on Ada vs. $$$:

   Can anyone give a recommendation on the cost-effectiveness of the Logiscope
   tool by Verilog for testing a 20K LOC (statements) Ada program?  The cost
   for the core editor and the dynamic test tool is $16K + 16% for maintenance.

   Is there a more cost-effective tool than Logiscope for dynamic testing?


2. Ada Line of Code Counter:

   What is the best Ada LOC counter tool on the market today?  
   Are there any good free ones?

                        Thanks for any help!

                                 Scott Fiero
                                 Science Applications International Corp.
                                 San Diego, California
                                 email:  FIEROS%CPVA.SPAN@SDS.SDSC.EDU

bachww@motcid.UUCP (Bud Bach) (04/04/91)

FIEROS%SAV.ESNET@CCC.NERSC.GOV writes:

>2. Ada Line of Code Counter:

>   What is the best Ada LOC counter tool on the market today?  
>   Are there any good free ones?

I use:

	grep ";" `find . -name \*.ada -print` | wc -l

Close enough for me... -- Bud



-- 
Bud Bach - Consultant				c/o Motorola
708 632-6611					Cellular Infrastructure Group
...!uunet!motcid!bachww or			1501 W. Shure Drive
bachww%motcid@uunet.uu.net			Arlington Heights, IL  60004