Source: ruby-simplecov Section: ruby Maintainer: Debian Ruby Team Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 14), gem2deb (>= 1.6~), rake, ruby-bundler, ruby-json-schemer, ruby-prism (>= 1.3), ruby-rspec Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-simplecov.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-simplecov Homepage: https://github.com/simplecov-ruby/simplecov Testsuite: autopkgtest-pkg-ruby Package: ruby-simplecov Architecture: all Description: code coverage for Ruby 1.9+ Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites. . It uses 1.9'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, thus giving you a complete code coverage suite that can be set up with just a couple lines of code.