I would like to know if there are tools that can Help visualize call graph of a large multi-threaded application.
I was reading my project\'s code coverage report, and I noticed something strange: a line was uncovered, but I was sure that line got executed during the tests. So, I added a var_dump() before it and
I am using sonar to measure code quality. One thing that I do not know is the steps to measure code coverage using Cobertura.
I am running Zend Framework 1.10 on Ubuntu 10.04, just installed Xdebug to generate code coverage, via PECL.
I have used gcov for testing code coverage, but when it comes to templated c++ code it doesn\'t work so well. I use boost::spirit extensively and gcov seems to simply ignore templated spirit code.
I\'m using a post-build step on my C# assembly to expose a function signature from my dll.This step uses the ExportDll tool from http://www.codeproject.com/KB/dotnet/DllExport.aspx.However, if I run m
Is it possible to exclude selected methods from EMMA code coverage reports? I dont want to have getters, setters, equals methods, etc. in my final EMMA reports. I know that it is impossible to configu
Is there any way to hide classes or methods from being included in the Clover code coverage report?We have some proof of concept code along side production quality code in the same direct开发者_JAVA技
I have a package with five classes. Each class has 100% code coverage, 100% line coverage bar one (which has 98% line coverage). As a result the package code coverage is 88% and line coverage i开发者_
i donwloaded the dotcover 1.1.1 for evaluation. We use a automation framework to run regression test where application \'X\' refrences application \'Y\'s DLL .