]> git.imager.perl.org - imager.git/commitdiff
we don't use D::C's pod coverage, don't collect it
authorTony Cook <tony@develop-help.com>
Tue, 14 Feb 2012 09:31:43 +0000 (20:31 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 14 Feb 2012 09:31:43 +0000 (20:31 +1100)
imcover.perl

index 9aef475414289b2faab0b918fef81eaacdfcf1cf..b311a2428f5f6c726a44fa18a295d907c9204ae2 100644 (file)
@@ -24,7 +24,7 @@ run("$make 'OTHERLDFLAGS=-ftest-coverage -fprofile-arcs'")
   and die;
 
 {
-  local $ENV{DEVEL_COVER_OPTIONS} = "-db," . getcwd() . "/cover_db";
+  local $ENV{DEVEL_COVER_OPTIONS} = "-db," . getcwd() . "/cover_db,-coverage,statement,branch,condition,subroutine";
   my $makecmd = "$make test TEST_VERBOSE=1 HARNESS_PERL_SWITCHES=-MDevel::Cover";
   if (@tests) {
     $makecmd .= " TEST_FILES='@tests'";