1Devel::Cover::Report::HUtsmelr_mCionnitmrailb(u3t)ed PerDlevDeolc:u:mCeonvteart:i:oRneport::Html_minimal(3)
2
3
4
6 Devel::Cover::Report::Html_minimal - HTML backend for Devel::Cover
7
9 version 1.36
10
12 cover -report html_minimal
13
15 This module provides a HTML reporting mechanism for coverage data. It
16 is designed to be called from the "cover" program.
17
18 Based on an original by Paul Johnson, the output was greatly improved
19 by Michael Carman (mjcarman@mchsi.com).
20
22 Options are specified by adding the appropriate flags to the "cover"
23 program. This report format supports the following:
24
25 outputfile
26 Specifies the filename of the main output file. The default is
27 coverage.html. Specify index.html if you just want to publish the
28 whole directory.
29
30 pod Includes POD (and blank lines) in the file report. This is on by
31 default. It may be turned off with -nopod.
32
33 data
34 Includes text after the "__DATA__" or "__END__" tokens in the file
35 report. By default, this text is trimmed.
36
37 Note: If your POD is after an "__END__", you have to specify 'data'
38 to include it, not 'pod'. The 'pod' option only applies to POD
39 before the "__END__".
40
41 unified
42 Generates a "unified" report for each file. The detailed data that
43 normally appears in the auxiliary reports (branch, condition, etc.)
44 are placed in the file report, and the auxiliary reports are not
45 generated.
46
47 summarytitle
48 Specify the title of the summary. The default is "Coverage
49 Summary".
50
52 Devel::Cover
53
55 Copyright 2001-2019, Paul Johnson (paul@pjcj.net)
56
57 This software is free. It is licensed under the same terms as Perl
58 itself.
59
60 The latest version of this software should be available from my
61 homepage: http://www.pjcj.net
62
63
64
65perl v5.36.3 2023-11-D3e0vel::Cover::Report::Html_minimal(3)