File Coverage

blib/lib/Renard/Incunabula/Common/Error.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   8 use Modern::Perl;
  1         3  
  1         11  
2             package Renard::Incunabula::Common::Error;
3             # ABSTRACT: Exceptions
4             $Renard::Incunabula::Common::Error::VERSION = '0.003';
5 1         14 use custom::failures qw/
6             Programmer::Logic
7             IO::FileNotFound
8             User::InvalidPageNumber
9             ViewOptions::InvalidGridOptions
10 1     1   930 /;
  1         4681  
11              
12             1;
13              
14             __END__
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             Renard::Incunabula::Common::Error - Exceptions
23              
24             =head1 VERSION
25              
26             version 0.003
27              
28             =head1 EXTENDS
29              
30             =over 4
31              
32             =item * L<failure>
33              
34             =item * L<failure>
35              
36             =item * L<failure>
37              
38             =item * L<failure>
39              
40             =back
41              
42             =head1 AUTHOR
43              
44             Project Renard
45              
46             =head1 COPYRIGHT AND LICENSE
47              
48             This software is copyright (c) 2017 by Project Renard.
49              
50             This is free software; you can redistribute it and/or modify it under
51             the same terms as the Perl 5 programming language system itself.
52              
53             =cut