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         9  
  8         189  
10 8     8   24 use warnings;
  8         13  
  8         239  
11              
12 8     8   3048 use Type::Library -base;
  8         150612  
  8         63  
13 8     8   5018 use Type::Utils -all;
  8         25027  
  8         57  
14 8     8   18656 use Types::Standard -types;
  8         238558  
  8         71  
15              
16             BEGIN {
17 8     8   20728 extends "Types::Standard";
18             }
19              
20             1;