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} |