File Coverage

blib/lib/Business/Giropay/Types.pm
Criterion Covered Total %
statement 16 16 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 22 22 100.0


line stmt bran cond sub pod time code
1             package Business::Giropay::Types;
2              
3             =head1 NAME
4              
5             Business::Giropay::Types - type library using Type::Tiny
6              
7             =cut
8              
9 8     8   25 use strict;
  8         8  
  8         190  
10 8     8   24 use warnings;
  8         12  
  8         253  
11              
12 8     8   3086 use Type::Library -base;
  8         150708  
  8         59  
13 8     8   5179 use Type::Utils -all;
  8         24480  
  8         57  
14 8     8   18336 use Types::Standard -types;
  8         228507  
  8         102  
15              
16             BEGIN {
17 8     8   19955 extends "Types::Standard";
18             }
19              
20             1;