This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients ajaksu2
Date 2008-09-12.01:32:03
SpamBayes Score 1.0661972e-07
Marked as misclassified No
Message-id <1221183130.16.0.392255875498.issue3844@psf.upfronthosting.co.za>
In-reply-to
Content
The attached script reports C functions not flexed by unittests. It
needs a 'coverage' build and a run of the tests. Coverage data is then
passed to gcov and those functions with zero calls written to a text
file, grouped by source file.

It's also pretty ugly.

Reviews/suggestions are most welcome :)

I'm finishing a related script that patches the source with 'printf's,
so any false positives are easy to spot and it's clear when some action
or test exercises a previously untested C function. It already works,
but is much uglier then this one ;)
History
Date User Action Args
2008-09-12 01:32:11ajaksu2setrecipients: + ajaksu2
2008-09-12 01:32:10ajaksu2setmessageid: <1221183130.16.0.392255875498.issue3844@psf.upfronthosting.co.za>
2008-09-12 01:32:06ajaksu2linkissue3844 messages
2008-09-12 01:32:06ajaksu2create