g the file as 0% covered.
Does anyone have better suggestions?
-Jason Pyeron
#!/usr/bin/perl -w
use Time::HiRes qw(time);
use Data::Dumper;
use File::Find;
use Cwd;
print "load\n";
use Devel::Cover::DB;
my $dbpath="cover_db";
my $db = Devel::Cover::DB->new(db => $
> -Original Message-
> From: Tina Muller
> Sent: Monday, December 26, 2016 07:04
>
> Hi Jason,
>
> On Sun, 25 Dec 2016, Jason Pyeron wrote:
>
> > Coverage works great as part on continuous integration,
> > until a new file is added and the unit t
I am "require"ing a file but Devel::Cover is not logging the statements, only
the sub, use, and eval portions.
I tried a do(filename.pl) to no help.
I tried adding -subs_only off (and on) to no effect.
Any suggestions?
(source can be found at
https://sourceforge.net/u/jpyeron/logwatch/ci/mast
> -Original Message-
> From: Paul Johnson
> Sent: Tuesday, April 18, 2017 15:29
>
> On Tue, Apr 18, 2017 at 12:32:57PM -0400, Jason Pyeron wrote:
> > I am "require"ing a file but Devel::Cover is not logging
> the statements, only the sub, use, and ev
Currently we are using this script to find files (line 48) under the scripts
directory and add them to the coverage report.
After running the programs under test, the script is run:
$ ./tests/script/cover-missing.pl
load
ingest
17 known covered file(s) found
preprocess
132 uncovered file(s) fou
> -Original Message-
> From: James E Keenan
> Sent: Tuesday, April 18, 2017 22:28
>
> On 04/18/2017 07:43 PM, Jason Pyeron wrote:
> > Currently we are using this script to find files (line 48)
> under the scripts directory and add them to the coverage report.
&