1Devel::Cover::Time(3) User Contributed Perl DocumentationDevel::Cover::Time(3)
2
3
4

NAME

6       Devel::Cover::Time - Code coverage metrics for Perl
7

SYNOPSIS

9        use Devel::Cover::Time;
10

DESCRIPTION

12       Module for storing time coverage information.
13

SEE ALSO

15        Devel::Cover::Criterion
16

METHODS

18   new
19        my $db = Devel::Cover::DB->new(db => "my_coverage_db");
20
21       Contructs the DB from the specified database.
22

BUGS

24       Huh?
25

VERSION

27       Version 0.66 - 12th April 2010
28

LICENCE

30       Copyright 2001-2010, 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.12.3                      2010-04-12             Devel::Cover::Time(3)
Impressum