File Coverage

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