Acme-Innuendo

 view release on metacpan or  search on metacpan

t/03-podcoverage.t  view on Meta::CPAN

foreach my $module (@modules) {
    # currently no special handling
    $tests++;
    push @testmodules, $module;
}

plan tests => $tests;

# General modules
foreach my $module (@testmodules) {
	my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' };
	pod_coverage_ok( $module, $trustparents );
}

done_testing();



( run in 0.500 second using v1.01-cache-2.11-cpan-4d50c553e7e )