File Coverage

blib/lib/CPAN/Test/Dummy/Perl5/BuildRequires.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             # -*- perl -*-
2              
3             #
4             # Author: Slaven Rezic
5             #
6             # Copyright (C) 2018,2024 Slaven Rezic. All rights reserved.
7             # This package is free software; you can redistribute it and/or
8             # modify it under the same terms as Perl itself.
9             #
10             # Mail: slaven@rezic.de
11             # WWW: http://www.rezic.de/eserte/
12             #
13              
14             =head1 NAME
15              
16             CPAN::Test::Dummy::Perl5::BuildRequires - Dummy test module with a build_requires dependency
17              
18             =cut
19              
20             package CPAN::Test::Dummy::Perl5::BuildRequires;
21              
22 1     1   334234 use strict;
  1         2  
  1         46  
23 1     1   7 use warnings;
  1         2  
  1         109  
24             our $VERSION = '0.02';
25              
26             1;
27              
28             __END__