1Devel::Cover::Report::HUtsmelr_mCionnitmrailb(u3t)ed PerDlevDeolc:u:mCeonvteart:i:oRneport::Html_minimal(3)
2
3
4

NAME

6       Devel::Cover::Report::Html_minimal - Backend for HTML reporting of
7       coverage statistics
8

SYNOPSIS

10        use Devel::Cover::Report::Html_minimal;
11
12        Devel::Cover::Report::Html_minimal->report($db, $options);
13

DESCRIPTION

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

OPTIONS

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 auxilliary reports (branch, condition,
44           etc.) is placed in the file report, and the auxilliarry reports are
45           not generated.
46
47       summarytitle
48           Specify the tile of the summary.  The default is "Coverage
49           Summary".
50

SEE ALSO

52       Devel::Cover
53

VERSION

55       Version 0.65 - 8th August 2009
56

LICENCE

58       Copyright 2001-2009, Paul Johnson (pjcj@cpan.org)
59
60       This software is free. It is licensed under the same terms as Perl
61       itself.
62
63       The latest version of this software should be available from my
64       homepage: http://www.pjcj.net
65
66
67
68perl v5.10.1                      2009-08-D0e8vel::Cover::Report::Html_minimal(3)
Impressum