1Devel::Cover::Report::HUtsmelr(3C)ontributed Perl DocumeDnetvaetli:o:nCover::Report::Html(3)
2
3
4
6 Devel::Cover::Report::Html - Backend for HTML reporting of coverage
7 statistics
8
10 use Devel::Cover::Report::Html;
11
12 Devel::Cover::Report::Html->report($db, $options);
13
15 This module provides a HTML reporting mechanism for coverage data. It
16 is designed to be called from the "cover" program. This is an empty
17 class derived from the default HTML output module,
18 Devel::Cover::Report::Html_minimal.
19
21 Devel::Cover
22
24 Huh?
25
27 Version 0.61 - 10th January 2007
28
30 Copyright 2001-2007, Paul Johnson (pjcj@cpan.org)
31
32 This software is free. It is licensed under the same terms as Perl
33 itself.
34
35 The latest version of this software should be available from my home‐
36 page: http://www.pjcj.net
37
38
39
40perl v5.8.8 2007-01-10 Devel::Cover::Report::Html(3)