Tarpaulin
Tarpaulin is a code coverage reporting tool designed for the cargo build system, offering line coverage metrics that, while generally reliable, may exhibit minor inaccura... Tarpaulin is a code coverage reporting tool designed for the cargo build system, offering line coverage metrics that, while generally reliable, may exhibit minor inaccuracies. It supports various processor architectures and can operate using different tracing backends, including Ptrace for Linux and LLVM for Mac and Windows, with Docker compatibility for non-Linux environments. Users are encouraged to report issues and explore the roadmap for future enhancements.
Top Tarpaulin Alternatives
JCov
JCov serves as an open-source tool designed to enhance test suite quality metrics within OpenJDK development. By offering precise measurements...
test_coverage
A command-line utility designed for collecting test coverage data from Dart VM tests, this tool streamlines the process of generating...
Devel::Cover
Devel::Cover is a robust code coverage tool for Perl, allowing developers to measure how thoroughly their tests exercise the code....
coverage
Coverage offers robust tools for collecting, manipulating, and formatting coverage data specifically for Dart. The collect_coverage utility gathers coverage JSON...
Xdebug
Xdebug is a powerful extension for PHP that enhances the development workflow by enabling step-through debugging directly in IDEs. It...
JaCoCo
JaCoCo is an open-source code coverage library designed for Java, developed by the EclEmma team. Leveraging years of experience, it...
Coco
Coco 7.3.0 excels in cross-platform code coverage analysis for languages like C, C++, C#, SystemC, Tcl, and QML. With features...
BullseyeCoverage
BullseyeCoverage serves as a sophisticated C++ code coverage tool designed to enhance software quality across critical sectors including enterprise applications,...
Istanbul
Istanbul simplifies JavaScript test coverage by instrumenting ES5 and ES2015+ code with line counters to track unit-test effectiveness. The nyc...
NCover
NCover empowers developers by providing an intuitive, enterprise-class solution for tracking .NET code coverage. It seamlessly integrates with existing workflows,...
pytest-cov
pytest-cov is a powerful plugin for measuring code coverage in Python applications. It enhances standard coverage reporting with subprocess and...
Cobertura
Cobertura serves as a free Java tool designed to measure the percentage of code accessed by tests, allowing developers to...
jscoverage
jscoverage is a powerful tool for JavaScript and Node.js that enhances code coverage analysis. By integrating with Mocha, it appends...
OpenClover
OpenClover is a powerful code coverage tool for Java and Groovy, measuring coverage and over 20 metrics. It identifies untested...
Atlassian Clover
Atlassian Clover offers robust code coverage analysis for Java and Groovy, enabling developers to balance functional and testing code effectively....