projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d3d94
)
we don't use D::C's pod coverage, don't collect it
author
Tony Cook
<tony@develop-help.com>
Tue, 14 Feb 2012 09:31:43 +0000
(20:31 +1100)
committer
Tony Cook
<tony@develop-help.com>
Tue, 14 Feb 2012 09:31:43 +0000
(20:31 +1100)
imcover.perl
patch
|
blob
|
blame
|
history
diff --git
a/imcover.perl
b/imcover.perl
index 9aef475414289b2faab0b918fef81eaacdfcf1cf..b311a2428f5f6c726a44fa18a295d907c9204ae2 100644
(file)
--- a/
imcover.perl
+++ b/
imcover.perl
@@
-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'";