code-coverage
Tools to visualize multithreaded C++ application call graph, multithreaded code coverage?
I would like to know if there are tools that can Help visualize call graph of a large multi-threaded application.[详细]
2023-04-13 03:56 分类:问答Code is executed before PHPUnit's initialization
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[详细]
2023-04-12 19:17 分类:问答SONAR - Measure Code Coverage using Cobertura
I am using sonar to measure code quality. One thing that I do not know is the steps to measure code coverage using Cobertura.[详细]
2023-04-12 10:48 分类:问答Running phpunit with no arguments after installing Xdebug via PECL generates warnings about permissions
I am running Zend Framework 1.10 on Ubuntu 10.04, just installed Xdebug to generate code coverage, via PECL.[详细]
2023-04-12 07:29 分类:问答What's the best C++ code coverage tool that works with templates?
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.[详细]
2023-04-12 02:38 分类:问答How do I Obtain Code Coverage on Assembly after ExportDll has run it through ildasm/ilasm?
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[详细]
2023-04-11 21:43 分类:问答How can I exclude methods from EMMA reports?
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[详细]
2023-04-11 06:05 分类:问答How to exclude code from the Clover coverage report?
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技[详细]
2023-04-08 20:34 分类:问答Intellij IDEA code coverage incorrectly shows less than 100%
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开发者_[详细]
2023-04-08 07:34 分类:问答DotCover Not giving coverage for refrenced DLL
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 .[详细]
2023-04-07 13:52 分类:问答