File: control

package info (click to toggle)
bcov 0.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 416 kB
  • ctags: 82
  • sloc: cpp: 965; sh: 787; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 812 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: bcov
Section: devel
Priority: optional
Maintainer: Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 7),
               libelfg0-dev,
               libdwarf-dev
Standards-Version: 3.8.4
Homepage: http://bcov.sourceforge.net/

Package: bcov
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Code coverage analysis tool
 bcov produces coverage information without recompiling a program by
 instrumenting it with breakpoints. Effectively it debugs the program
 automatically, removing each breakpoint after it has been hit. This 
 produces detailed coverage information with minimal runtime overhead.
 .
 This package contains bcov for producing the coverage data and bcov-report
 for generating human readable HTML files from the collected coverage data.