Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!uky.edu!gatech!128.223.220.26.MISMATCH!arclight.uoregon.edu!logbridge.uoregon.edu!nntp.teleport.com!news.teleport.com!not-for-mail
From: Joshua Pritikin <[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: Fun Test Coverage Analysis for C/C++
Followup-To: comp.lang.perl.modules
Date: 22 Jan 1998 23:20:23 GMT
Organization: MindSpring Enterprises
Lines: 41
Sender: [email protected]
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
Reply-To: [email protected]
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:57 comp.lang.perl.modules:1279

Scans C/C++ source (before cpp) and inserts trip-wires in each code
path to record execution.  Careful use of this tool can help you
eliminate all bugs from your code.  (It really is fun too.  :-)


Name           DSLI  Description                                  Info
-----------    ----  -------------------------------------------- -----
Devel::CCov    bdcO  Fun Test Coverage Analysis for C/C++         JPRIT

Get it via http://www.perl.com/CPAN/authors/id/JPRIT/ !


WARNING: As far as I know, this package works correctly.  However,
don't make the mistake of considering it anything more than a beta
release!


##################
# RECENT CHAN@ES #
##################


** 01-18-98 RELEASE 0.07

- Minor tweaks.

- Switch statements are instrumented with less overkill when possible.

- Fixed release dates time-warp.


** 01-17-98 RELEASE 0.06

- Exceptional/fatal cases are ignored by default, but can be enabled
with a command line switch (-f).

- Fixed C++ support and stats overlap.

- Added a patch for Makefile.PLs.