File Coverage

blib/lib/Types/RENEEB.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package Types::RENEEB;
2              
3             # ABSTRACT: Several predefined Type::Tiny types
4              
5 6     6   360136 use v5.10;
  6         63  
6              
7 6     6   36 use strict;
  6         12  
  6         160  
8 6     6   33 use warnings;
  6         11  
  6         224  
9              
10 6     6   2919 use Type::Library -base;
  6         166441  
  6         62  
11 6     6   4805 use Type::Utils ();
  6         28898  
  6         378  
12              
13             our $VERSION = 0.05;
14              
15             Type::Utils::extends(qw/Types::OTRS Types::Dist/);
16              
17             1;
18              
19             __END__