Re: Devel::Cover with options

2011-01-03 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
> cover -t +inc . -inc t > but I get: > Unknown option: inc "… what it says on the tin": cover does not have that option. Cover.pm does. > from http://search.cpan.org/dist/Devel-Cover/lib/Devel/Cover.pm it is > unclear to me how can I supply these options. The options are the import argument list

Devel::Cover with options

2011-01-03 Thread Gabor Szabo
In a project I am working on the directory layout does not have a lib directory so we have /X.pm /X/Y.pm ... /t/test.t when I run $ PERL5OPT=-MDevel::Cover make test $ cover I get report only for the files in t/ how can I tell Devel::Cover to report about all the files in the current directory