home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c:20221 comp.sys.hp:15327 comp.sys.sgi:19118 comp.benchmarks:1997 comp.software-eng:5451
- Newsgroups: comp.lang.c,comp.sys.hp,comp.sys.sgi,comp.benchmarks,comp.software-eng
- Path: sparky!uunet!ukma!wupost!haduk!haduk!wynn
- From: wynn@cms-stl.com (Tim Wynn)
- Subject: Tools for determining "code coverage"?
- Nntp-Posting-Host: haduk.cms-stl.com
- Followup-To: comp.software-eng
- Sender: usenet@cms-stl.com (USENET News System)
- Organization: Computerized Medical Systems, Inc.
- Date: Wed, 27 Jan 1993 21:53:07 GMT
- Message-ID: <WYNN.93Jan27145307@haduk.cms-stl.com>
- Lines: 9
-
-
- We are developing software on HP and SGI workstations in C under X
- and UNIX. As part of our software testing effort, we are required to
- show the total number of lines of source code covered by the final
- acceptance test. This does not mean we are looking for a
- tool to count source lines; we are lloking for a tool which will
- tell us the number of source line which were executed during a
- particular run. We would appreciate any information about automated
- tools to accomplish this.
-