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

VERSION

9       version 1.31
10

SYNOPSIS

12        use Devel::Cover::Time;
13

DESCRIPTION

15       Module for storing time coverage information.
16

SEE ALSO

18        Devel::Cover::Criterion
19

METHODS

21   new
22        my $db = Devel::Cover::DB->new(db => "my_coverage_db");
23
24       Constructs the DB from the specified database.
25

BUGS

27       Huh?
28

LICENCE

30       Copyright 2001-2018, Paul Johnson (paul@pjcj.net)
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.28.1                      2018-09-18             Devel::Cover::Time(3)
Impressum