X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F92-pod-coverage.t;h=79ffd62f708a9c146f767ab95867ec4476e8f0df;hb=b9e3e9311a415d0fa583815b40ba5af0b4a3e3a8;hp=3e6f0da9eebf180953d3396138e08ca11855b73b;hpb=b41c498738a3a4ccb8742883a42e6ea5addb1afd;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/92-pod-coverage.t b/t/92-pod-coverage.t index 3e6f0da..79ffd62 100644 --- a/t/92-pod-coverage.t +++ b/t/92-pod-coverage.t @@ -18,7 +18,7 @@ plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage" if $@ my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' }; -plan tests => 14; +plan tests => 16; pod_coverage_ok('Test::Valgrind'); @@ -30,12 +30,15 @@ pod_coverage_ok('Test::Valgrind::Action::Test', $trustparents); pod_coverage_ok('Test::Valgrind::Carp'); pod_coverage_ok('Test::Valgrind::Command'); +pod_coverage_ok('Test::Valgrind::Command::Aggregate', $trustparents); pod_coverage_ok('Test::Valgrind::Command::Perl', $trustparents); +pod_coverage_ok('Test::Valgrind::Command::PerlScript', $trustparents); + +pod_coverage_ok('Test::Valgrind::Parser::Suppressions::Text'); pod_coverage_ok('Test::Valgrind::Report'); pod_coverage_ok('Test::Valgrind::Session'); pod_coverage_ok('Test::Valgrind::Suppressions'); pod_coverage_ok('Test::Valgrind::Tool'); -pod_coverage_ok('Test::Valgrind::Tool::SuppressionsParser'); pod_coverage_ok('Test::Valgrind::Tool::memcheck', $trustparents);