Coverage utilities?? (Do they exist/Where are they, for C and Perl)

rlpowell@napier.uwaterloo.ca (Robin Powell)
7 Feb 1997 23:46:53 -0500

          From comp.compilers

Related articles
Coverage utilities?? (Do they exist/Where are they, for C and Perl) rlpowell@napier.uwaterloo.ca (1997-02-07)
Re: Coverage utilities?? (Do they exist/Where are they, for C and Perl cdg@nullstone.com (Christopher Glaeser) (1997-02-08)
Re: Coverage utilities?? (Do they exist/Where are they, for C and Perl hans.steffani@e-technik.tu-chemnitz.de (1997-02-08)
Re: Coverage utilities?? (for C and Perl) krish@cs.purdue.edu (Sailesh Krishnamurthy) (1997-02-09)
Re: Coverage utilities?? (for C and Perl) thetick@scruz.net (Scott Stanchfield) (1997-02-09)
Re: Coverage utilities?? (for C and Perl) stephens@math.ruu.nl (1997-02-11)
Re: Coverage utilities?? (for C and Perl) ikastan@alumnae.caltech.edu (1997-02-11)
[1 later articles]
| List of all articles for this month |

From: rlpowell@napier.uwaterloo.ca (Robin Powell)
Newsgroups: comp.compilers,comp.lang.c,comp.lang.perl
Followup-To: comp.compilers
Date: 7 Feb 1997 23:46:53 -0500
Organization: University of Waterloo
Keywords: testing, debug, C, question, comment

Something I have used (my Amiga compiler calls it a coverage utility)
is a program/compiler option/linked library that outputs a listing of
what lines in a program were used in a particular run, what lines
were not, and what the percentage was.


Does anyone know how to do this in C and/or (preferrably) Perl under
Unix (specifically SunOS/Solaris)?


Thanks.


-Robin
--
[Coverage tools certainly exist, but most of the ones I know of cost money.
-John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.