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,33c2f396f345ec59 X-Google-Attributes: gid103376,public From: "Stuart Palin" Subject: Re: FRAC tool? Date: 1999/05/31 Message-ID: <7itrtj$l8t$1@news8.svr.pol.co.uk>#1/1 X-Deja-AN: 484036483 References: X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Complaints-To: abuse@theplanet.net X-Trace: news8.svr.pol.co.uk 928150259 21789 62.136.29.186 (31 May 1999 11:30:59 GMT) Organization: Customer of Planet Online X-MSMail-Priority: Normal NNTP-Posting-Date: 31 May 1999 11:30:59 GMT Newsgroups: comp.lang.ada Date: 1999-05-31T11:30:59+00:00 List-Id: Ken Garlington wrote in message news:hQT%2.24$Wu1.441@news.flash.net... > I'm using the PRICE-S cost model, and one of the parameters of the model is > FRAC (Fraction of Non-Executable Code) - the fraction of source lines of > code that describe type declarations and data and format statements. Has > anyone written a tool that will scan Ada (or C) source code to compute such > a number? The ASAP tool from the PAL (IIRC) gives a load of statistics on Ada source code. ISTR that it does distinguish between executable and non-executable code; but I don't know the rules that it uses. Regards -- Stuart