From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,95b056c9bbcb8068 X-Google-Attributes: gid103376,public From: john@assen.demon.co.uk.nospam (John McCabe) Subject: Re: [Q] Complexity Analyzer for Ada (gnat)? Date: 1999/04/29 Message-ID: <3728a333.4211484@news.demon.co.uk>#1/1 X-Deja-AN: 472390982 X-NNTP-Posting-Host: assen.demon.co.uk:158.152.218.101 References: <7fiht6$u8e$1@hume.nmia.com> X-Trace: news.demon.co.uk 925410486 nnrp-06:17590 NO-IDENT assen.demon.co.uk:158.152.218.101 Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 1999-04-29T00:00:00+00:00 List-Id: mlewis@nmia.com (Michael D Lewis) wrote: > Does anyone know of a program that will give me the Essential and >Cyclomatic complexities of modules in Ada 95 (gnat) source files? I've >found a few for C, and even fewer for Ada 83. I'd rather not use some >expensive platform that will require a lot of setup just to get a few >numbers. Have you looked at AdaTEST95 from IPL? This may be expensive for you, but it gives all sorts of information including McCabe and Halstead measures. Check out http://www.iplbath.com/nof_p14.htm. There's a demo download there. Also LDRA do TestBed which provides similar measures, but It's not clear from their web site whether Ada 95 is catered for. Worth a look though at http://www.ldra.co.uk/1999/core-info/overview.htm. Hope this helps. Best Regards John McCabe