File Coverage

blib/lib/Renard/Incunabula/Page/Null.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 1     1   6 use Renard::Incunabula::Common::Setup;
  1         3  
  1         9  
2             package Renard::Incunabula::Page::Null;
3             # ABSTRACT: A null page
4             $Renard::Incunabula::Page::Null::VERSION = '0.005';
5 1     1   6467 use Moo;
  1         2  
  1         7  
6              
7             1;
8              
9             __END__
10              
11             =pod
12              
13             =encoding UTF-8
14              
15             =head1 NAME
16              
17             Renard::Incunabula::Page::Null - A null page
18              
19             =head1 VERSION
20              
21             version 0.005
22              
23             =head1 EXTENDS
24              
25             =over 4
26              
27             =item * L<Moo::Object>
28              
29             =back
30              
31             =head1 AUTHOR
32              
33             Project Renard
34              
35             =head1 COPYRIGHT AND LICENSE
36              
37             This software is copyright (c) 2017 by Project Renard.
38              
39             This is free software; you can redistribute it and/or modify it under
40             the same terms as the Perl 5 programming language system itself.
41              
42             =cut