1Devel::Cover::Time(3) User Contributed Perl DocumentationDevel::Cover::Time(3)
2
3
4
6 Devel::Cover::Time - Code coverage metrics for Perl
7
9 use Devel::Cover::Time;
10
12 Module for storing time coverage information.
13
15 Devel::Cover::Criterion
16
18 new
19 my $db = Devel::Cover::DB->new(db => "my_coverage_db");
20
21 Contructs the DB from the specified database.
22
24 Huh?
25
27 Version 0.65 - 8th August 2009
28
30 Copyright 2001-2009, 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
36 homepage: http://www.pjcj.net
37
38
39
40perl v5.10.1 2009-08-08 Devel::Cover::Time(3)