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