Devel-CoverX-Covered

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'Collect and report caller (test file) and covered (source file) statistics from the cover_db'
author:
  - 'Johan Lindstrom <johanl@cpan.org>'
build_requires:
  Test::Differences: 0
  Test::Exception: 0
  Test::More: 0
  warnings: 0
configure_requires:
  ExtUtils::MakeMaker: 0
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.133380'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html

Makefile.PL  view on Meta::CPAN

    "Memoize" => 0,
    "Moose" => 0,
    "POSIX" => 0,
    "Path::Class" => 0,
    "Pod::Usage" => 0,
    "SQL::Abstract" => 0,
    "lib" => 0,
    "strict" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Differences" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.016",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

Makefile.PL  view on Meta::CPAN

  "File::Basename" => 0,
  "File::Path" => 0,
  "File::chdir" => 0,
  "Getopt::Long" => 0,
  "Memoize" => 0,
  "Moose" => 0,
  "POSIX" => 0,
  "Path::Class" => 0,
  "Pod::Usage" => 0,
  "SQL::Abstract" => 0,
  "Test::Differences" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "lib" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};

t/db.t  view on Meta::CPAN


use strict;
use warnings;
use Test::More tests => 39;
use Test::Exception;
use Test::Differences;

use Data::Dumper;
use Path::Class;
use File::Path;



use lib "lib", "t/lib";
use Test::Covered;
my $test_dir = dir(qw/ t data cover_db /);



( run in 1.895 second using v1.01-cache-2.11-cpan-6aa56a78535 )