Group
Extension

Matches 2

Devel-Cover-Report-Json_detailed ( K/KE/KENTNL/Devel-Cover-Report-Json_detailed-0.001000.tar.gz, KENTNL, 2014; MetaCPAN )
Devel-Cover-Report-Json_detailed/lib/Devel/Cover/Report/Json_detailed.pm ( view source; MetaCPAN )

use strict;
use warnings;

package Devel::Cover::Report::Json_detailed;

our $VERSION = '0.001000';

# ABSTRACT: Generate a comprehensive JSON file articulating the full contents of a coverage run.

 require Devel::Cover::DB::IO::JSON;
  my $io = Devel::Cover::DB::IO::JSON->new( options => 'pretty' );
  $io->write( $report, "$options->{outputdir}/cover_detailed.json" );
  return;
}

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Devel::Cover::Report::Json_detailed - Generate a comprehensive JSON file articulating the full contents of a coverage run.

=head1 VERSION

version 0.001000

=head1
Devel-Cover-Report-Json_detailed ( K/KE/KENTNL/Devel-Cover-Report-Json_detailed-0.001000.tar.gz, KENTNL, 2014; MetaCPAN )
Devel-Cover-Report-Json_detailed/maint/perlcritic.rc.gen.pl ( view source; MetaCPAN )

my $bundle = create_bundle('Example::Author::KENTNL');
$bundle->configure;

my @stopwords = (qw( JSON ));
for my $wordlist (@stopwords) {
  $bundle->add_or_append_policy_field( 'Documentation::PodSpe

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.