Home > test-unit-coverage

test-unit-coverage

Test-unit-coverage is a project mainly written in Ruby, based on the LGPL-2.1 license.

code coverage tool for TestUnit2 using coverage.so

= Test::Unit::Coverage

  • https://github.com/okkez/test-unit-coverage

== Description

Test::Unit::Coverage - A code coverage tool for Test::Unit.

== Install

$ gem install test-unit-coverage

== Usage

require 'test/unit/coverage'

Use default printer which print result to $stdout.

Use HTML printer.

require 'test/unit/coverage' require 'coverage/html_printer' Test::Unit::Coverage.printer = Coverage::HTMLPrinter.new

== License

LGPLv2.1 or later.

== Authors

  • okkez
Previous:lampcms_backup