[openssl-dev] Test coverage report + small patch

Salz, Rich rsalz at akamai.com
Fri May 1 01:42:22 UTC 2015


> In case you are interested in seeing the condition/decision source code
> coverage as achieved through the OpenSSL test suite:
> 
>   http://www.opencoverage.net/projects/openssl/index_html/sources.html
> 
> We now regularly generate the reports from the tip of the master branch.

This is great, thanks.

I am curious to see what the numbers look like from, say, yesterday compared to, roughly, early next week.
We are well into a huge overall edit that turns code like
	If (p) free(p)
Into
	free(p);
And not just for free, but for several dozen OpenSSL functions.  This will probably remove a couple of thousand decision points. The code certainly looks much simpler.




More information about the openssl-dev mailing list