File Coverage

blib/lib/Test2/Util/Trace.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Test2::Util::Trace;
2             require Test2::EventFacet::Trace;
3              
4 246     246   1721 use warnings;
  246         501  
  246         8704  
5 246     246   1346 use strict;
  246         452  
  246         14503  
6              
7             our @ISA = ('Test2::EventFacet::Trace');
8              
9             our $VERSION = '1.302181';
10              
11             1;
12              
13             __END__
14              
15             =pod
16              
17             =encoding UTF-8
18              
19             =head1 NAME
20              
21             Test2::Util::Trace - Legacy wrapper fro L<Test2::EventFacet::Trace>.
22              
23             =head1 DESCRIPTION
24              
25             All the functionality for this class has been moved to
26             L<Test2::EventFacet::Trace>.
27              
28             =head1 SOURCE
29              
30             The source code repository for Test2 can be found at
31             F<http://github.com/Test-More/test-more/>.
32              
33             =head1 MAINTAINERS
34              
35             =over 4
36              
37             =item Chad Granum E<lt>exodist@cpan.orgE<gt>
38              
39             =back
40              
41             =head1 AUTHORS
42              
43             =over 4
44              
45             =item Chad Granum E<lt>exodist@cpan.orgE<gt>
46              
47             =back
48              
49             =head1 COPYRIGHT
50              
51             Copyright 2020 Chad Granum E<lt>exodist@cpan.orgE<gt>.
52              
53             This program is free software; you can redistribute it and/or
54             modify it under the same terms as Perl itself.
55              
56             See F<http://dev.perl.org/licenses/>
57              
58             =cut