没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > rcov |
rcov
|
40 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
概述
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test coverage of target code. It features:
- fast execution: 20-300 times faster than previous tools
- multiple analysis modes: standard, bogo-profile, "intentional testing", dependency analysis...
- detection of uncovered code introduced since the last run ("differential code coverage")
- fairly accurate coverage information through code linkage inference using simple heuristics
- cross-referenced XHTML and several kinds of text reports
- support for easy automation with Rake and Rant
- colorblind-friendliness
rcov can be useful for testing, optimizing and understanding your Ruby programs.
创建时间:2014-05-06 15:59