Main > Programming > Libraries >

Test::TestCoverage 0.05

Test::TestCoverage 0.05

Sponsored Links

Test::TestCoverage 0.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.004 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 900
Date added: 2007-05-07
Publisher: Renee Baecker

Test::TestCoverage 0.05 description

Test::TestCoverage is Perl module to test if your test covers all public subroutines of the package.

SYNOPSIS

use Test::TestCoverage;

test_coverage(My::Module);

my $obj = My::Module->new();
$obj->foo();
$obj->bar();

# test will be ok, assumed that My::Module has the subroutines new, foo and bar
ok_test_coverage(My::Module);

reset_test_coverage(My::Module);
reset_all_test_coverage();

test_coverage(My::Module);

my $obj = My::Method->new();
$obj->foo();

# test will be not ok, because bar is not invoked
ok_test_coverage(My::Module);

reset_test_coverage(My::Module);
reset_all_test_coverage();

test_coverage(My::Module);
test_coverage_except(My::Module,bar);

my $obj = My::Method->new();
$obj->foo();

# test will be ok, because bar is excepted of test
ok_test_coverage(My::Module);

If a module is written, the tests cover just a few subroutines of the module. This module aims to support the author in writing "complete" tests. If one of the "public" subroutines are missed in the testscript, the test ok_test_coverage will fail.

"private" subroutines are defined as subroutines that names begin with _ like _private_sub{...} and "public" is the opposite.

Test::TestCoverage 0.05 Screenshot

Advertisements

Test::TestCoverage 0.05 Keywords

Bookmark Test::TestCoverage 0.05

Hyperlink code:
Link for forum:

Test::TestCoverage 0.05 Copyright

WareSeeker periodically updates pricing and software information of Test::TestCoverage 0.05 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Test::TestCoverage 0.05 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Spike PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP apps. Free Download
Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder. Free Download
Convert::Braille is a Perl module that can convert Between Braille Encodings. Free Download
Test::Version is a Perl module that has the role to check for VERSION information in modules. Free Download
Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process. Free Download
Games::Chess::Coverage::GD::Move is a Perl module to visualize movement. Free Download
Test::Exception is a Perl module to test exception based code. Free Download
Test::CPANpm is a Perl module to test a distributions interaction with CPAN before uploading. Free Download