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
20 my $db = Devel::Cover::DB->new(db => "my_coverage_db");
21
22 Contructs the DB from the specified database.
23
25 Huh?
26
28 Version 0.61 - 10th January 2007
29
31 Copyright 2001-2007, Paul Johnson (pjcj@cpan.org)
32
33 This software is free. It is licensed under the same terms as Perl
34 itself.
35
36 The latest version of this software should be available from my home‐
37 page: http://www.pjcj.net
38
39
40
41perl v5.8.8 2007-01-10 Devel::Cover::Time(3)