The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Yath::Plugin::Cover - Plugin to collect and report basic coverage data

DESCRIPTION

Simple coverage data, file and sub coverage only. Use Devel::Cover if you want deep coverage stats.

PROVIDED OPTIONS

COMMAND OPTIONS

Cover Options

--cover-aggregator ARG
--cover-aggregator=ARG
--no-cover-aggregator

Choose an aggregator (default Test2::Harness::Log::CoverageAggregator)

--cover-class ARG
--cover-class=ARG
--no-cover-class

Choose a Test2::Plugin::Cover subclass

--cover-dirs ARG
--cover-dirs=ARG
--cover-dir ARG
--cover-dir=ARG
--no-cover-dirs

NO DESCRIPTION - FIX ME

Can be specified multiple times

--cover-exclude-private
--no-cover-exclude-private
--cover-files
--no-cover-files

Use Test2::Plugin::Cover to collect coverage data for what files are touched by what tests. Unlike Devel::Cover this has very little performance impact (About 4% difference)

--cover-metrics
--no-cover-metrics
--cover-types ARG
--cover-types=ARG
--cover-type ARG
--cover-type=ARG
--no-cover-types

NO DESCRIPTION - FIX ME

Can be specified multiple times

--cover-write
--cover-write=coverage.json
--no-cover-write

Create a json file of all coverage data seen during the run (This implies --cover-files).

SOURCE

The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright 2020 Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/