| About
            Deep Cover aims to be the best coverage tool for Ruby code. More accurate line coverage, and branch coverage. It can be used as a drop-in replacement for the built-in Coverage library. It reports a more accurate picture of your code usage. In particular, a line is considered covered if and only if it is entirely executed. Optionally, branch coverage will detect if some branches are never taken. MRI considers every method defined, including methods defined on objects or via define_method, class_eval, etc. For Istanbul output, DeepCover has a different approach and covers all def and all blocks. DeepCover doesn't consider loops to be branches, but it's easy to support them if needed. Even after DeepCover is required and configured, only a very minimal amount of code is actually loaded and coverage is not started. To make it easier to transition for projects already using the builtin Coverage library deep-cover can inject itself into those tools.
             | About
            OpenCppCoverage is an open-source code coverage tool for C++ under Windows. The main usage is for unit testing coverage, but you can also use it to know the executed lines in a program for debugging purposes. Support compiler with a program database file (.pdb). Just run your program with OpenCppCoverage, no need to recompile your application. Exclude a line based on a regular expression. Coverage aggregation, to run several code coverages and merge them into a single report. Requires Microsoft Visual Studio 2008 or higher for all editions including the Express edition. It should also work with the previous version of Visual Studio. You can run the tests with the Test Explorer window.
             | About
            SimpleCov is a code coverage analysis tool for Ruby. It uses Ruby's built-in Coverage library to gather code coverage data, but makes processing its results much easier by providing a clean API to filter, group, merge, format, and display those results, giving you a complete code coverage suite that can be set up with just a couple lines of code. SimpleCov/Coverage track covered ruby code, gathering coverage for common templating solutions like erb, slim, and haml is not supported. In most cases, you'll want overall coverage results for your projects, including all types of tests, Cucumber features, etc. SimpleCov automatically takes care of this by caching and merging results when generating reports, so your report actually includes coverage across your test suites and thereby gives you a better picture of blank spots. SimpleCov must be running in the process that you want the code coverage analysis to happen on.
             | About
            Simple, fast, safe, and compiled. For developing maintainable software. Simple language for building maintainable programs. You can learn the entire language by going through the documentation over a weekend, and in most cases, there's only one way to do something. This results in simple, readable, and maintainable code. This results in simple, readable, and maintainable code. Despite being simple, V gives a lot of power to the developer and can be used in pretty much every field, including systems programming, webdev, gamedev, GUI, mobile, science, embedded, tooling, etc. V is very similar to Go. If you know Go, you already know 80% of V. Bounds checking, No undefined values, no variable shadowing, immutable variables by default, immutable structs by default, option/result and mandatory error checks, sum types, generics, and immutable function args by default, mutable args have to be marked on call. 
             | |||
| Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | |||
| Audience
        Individuals seeking a solution that can report a more accurate picture of their code usage
         | Audience
        Individuals in need of a solution to run tests, manage executed lines and improve debugging processes 
         | Audience
        Developers in need of a configuration library solution providing automatic merging of coverage across test suites
         | Audience
        Developers interested in a language for building maintainable programs
         | |||
| Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | |||
| API
            
                Offers API
            
            
         | API
            
                Offers API
            
            
         | API
            
                Offers API
            
            
         | API
            
                Offers API
            
            
         | |||
| Screenshots and Videos | Screenshots and Videos | Screenshots and Videos | Screenshots and Videos | |||
| Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | |||
| 
Reviews/ | 
Reviews/ | 
Reviews/ | 
Reviews/ | |||
| Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | |||
| Company InformationDeepCover United States github.com/deep-cover/deep-cover | Company InformationOpenCppCoverage github.com/OpenCppCoverage/OpenCppCoverage | Company InformationSimpleCov United States github.com/simplecov-ruby/simplecov | Company InformationV Programming Language United States vlang.io | |||
| Alternatives | Alternatives | Alternatives | Alternatives | |||
|  | ||||||
|  |  | |||||
|  |  |  | ||||
|  |  | |||||
| Categories | Categories | Categories | Categories | |||
| Integrations
            
                
    C
            
            
         
            
                
    C++
            
            
         
            
                
    Code Climate
            
            
         
            
                
    Codecov
            
            
         
            
                
    Coveralls
            
            
         
            
                
    Cucumber
            
            
         
            
                
    DeepCover
            
            
         
            
                
    Helix Editor
            
            
         
            
                
    Istanbul
            
            
         
            
                
    JSON
            
            
         | Integrations
            
                
    C
            
            
         
            
                
    C++
            
            
         
            
                
    Code Climate
            
            
         
            
                
    Codecov
            
            
         
            
                
    Coveralls
            
            
         
            
                
    Cucumber
            
            
         
            
                
    DeepCover
            
            
         
            
                
    Helix Editor
            
            
         
            
                
    Istanbul
            
            
         
            
                
    JSON
            
            
         | Integrations
            
                
    C
            
            
         
            
                
    C++
            
            
         
            
                
    Code Climate
            
            
         
            
                
    Codecov
            
            
         
            
                
    Coveralls
            
            
         
            
                
    Cucumber
            
            
         
            
                
    DeepCover
            
            
         
            
                
    Helix Editor
            
            
         
            
                
    Istanbul
            
            
         
            
                
    JSON
            
            
         | Integrations
            
                
    C
            
            
         
            
                
    C++
            
            
         
            
                
    Code Climate
            
            
         
            
                
    Codecov
            
            
         
            
                
    Coveralls
            
            
         
            
                
    Cucumber
            
            
         
            
                
    DeepCover
            
            
         
            
                
    Helix Editor
            
            
         
            
                
    Istanbul
            
            
         
            
                
    JSON
            
            
         | |||
|  |  |  |  |