1CPANCOVER(1) User Contributed Perl Documentation CPANCOVER(1)
2
3
4
6 cpancover - report coverage statistics on CPAN modules
7
9 version 1.40
10
12 cpancover -help -info -version
13 -collect -redo_cpancover_html -redo_html -force -dryrun
14 -modules module_name
15 -results_dir /path/to/dir
16 -outputdir /path/to/dir
17 -outputfile filename.html
18 -report report_name
19 -generate_html
20 -compress_old_versions number_to_keep
21 -local
22
25 The following command line options are supported:
26
27 -h -help - show help
28 -i -info - show documentation
29 -v -version - show version
30 -collect - collect coverage from modules (on)
31 -directory - location of the modules ($cwd)
32 -dryrun - don't execute (for some commands) (off)
33 -force - recollect coverage (off)
34 -modules - modules to use (all in $dir)
35 -outputdir - where to store output ($directory)
36 -outputfile - top level index (coverage.html)
37 -redo_cpancover_html - don't set default modules (off)
38 -redo_html - force html generation for modules (off)
39 -report - report to use (html_basic)
40 -generate_html - generate html (off)
41 -compress_old_versions - compress data older than n versions (3)
42 -local - use local (uninstalled) code (off)
43
46 Collect coverage for results and create html, csv and json output.
47
48 The modules Template and Parallel::Iterator are required.
49
51 The following exit values are returned:
52
53 0 All operations were completed successfully.
54
55 >0 An error occurred.
56
58 L<Devel::Cover>
59
61 Undocumented.
62
64 Copyright 2002-2023, Paul Johnson (paul@pjcj.net)
65
66 This software is free. It is licensed under the same terms as Perl
67 itself.
68
69 The latest version of this software should be available from my
70 homepage: http://www.pjcj.net
71
72
73
74perl v5.38.2 2023-11-30 CPANCOVER(1)