Group
Extension

Matches 1

Devel-Cover-Report-Phabricator ( M/MC/MCARTMELL/Devel-Cover-Report-Phabricator-0.01.tar.gz, MCARTMELL, 2013; MetaCPAN )
Devel-Cover-Report-Phabricator/lib/Devel/Cover/Report/Phabricator.pm ( view source; MetaCPAN )
	cover -report phabricator

=head1 DESCRIPTION

By default, this module generates a C<phabricator.json> file in
L<Devel::Cover>'s output directory. This file can then be parsed and used to
provide cov
upported by this report are:

=over

=item outputfile

The file to write the JSON report to. Defaults to I<phabricator.json> in the report directory.

=back

=head1 SEE ALSO

L<Devel::Cover>

L<Devel:
;

use 5.006;

our $VERSION = '0.01';

use Getopt::Long;
use File::Slurp qw(write_file);
use JSON qw(to_json);
use List::MoreUtils qw(any);

sub get_options {
	my ($self, $opt) = @_;
	$opt->{option} |

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