Bug 174234 - [new port] devel/covtool: C++ Test Coverage Analyser
Summary: [new port] devel/covtool: C++ Test Coverage Analyser
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 14:40 UTC by Yuriy Basov
Modified: 2012-12-22 15:56 UTC (History)
0 users

See Also:


Attachments
file.txt (9.22 KB, text/plain)
2012-12-06 14:40 UTC, Yuriy Basov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuriy Basov 2012-12-06 14:40:00 UTC
A free test coverage analysis tool for C++. Analogous to purecov but quite different in implementation. This tool does its job by instrumenting the source as you compile. Youcan thus add your own instrumentation to every line on the fly.
http://sourceforge.net/projects/covtool/

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2012-12-22 15:56:47 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!