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=2.6 required=5.0 tests=BAYES_40,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!elroy.jpl.nasa.gov!zardoz!mti!jarthur!ssdken From: ssdken@jarthur.Claremont.EDU (Ken Nelson) Newsgroups: comp.lang.ada Subject: Re: ada coverage metrics Keywords: metrics, test coverage Message-ID: <1682@jarthur.Claremont.EDU> Date: 31 Jul 89 15:25:10 GMT References: <2120@hub.UUCP> Reply-To: ssdken@jarthur.UUCP (Ken Nelson) Distribution: na Organization: Software Systems Design, Claremont, CA List-Id: Software Systems Design (my employer) markets TestGen which analyzes test coverage for 4 levels: All Paths, Structured Testing (McCabes Basis Paths), Branch Paths, and Statement Coverage. TestGen also tracks the number of times procedures are invoked. TestGen works with any validated Ada compiler. TestGen handles generics, but does not currently handle tasks completely. We are working on implementing tasks and expect to finish within a month or so. Ken Nelson Software Systems Design 3267 Padua Av Claremont, CA 91711 (714) 625-6147 fax (714) 626-9667