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 | 27 | use strict; | |||
8 | 9 | ||||||
8 | 192 | ||||||
10 | 8 | 8 | 24 | use warnings; | |||
8 | 9 | ||||||
8 | 200 | ||||||
11 | |||||||
12 | 8 | 8 | 3039 | use Type::Library -base; | |||
8 | 152608 | ||||||
8 | 56 | ||||||
13 | 8 | 8 | 5280 | use Type::Utils -all; | |||
8 | 25260 | ||||||
8 | 59 | ||||||
14 | 8 | 8 | 18393 | use Types::Standard -types; | |||
8 | 229516 | ||||||
8 | 63 | ||||||
15 | |||||||
16 | BEGIN { | ||||||
17 | 8 | 8 | 21036 | extends "Types::Standard"; | |||
18 | } | ||||||
19 | |||||||
20 | 1; |