Bug 174234

Summary: [new port] devel/covtool: C++ Test Coverage Analyser
Product: Ports & Packages Reporter: Yuriy Basov <novator24>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

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!