blib/lib/Chloro/Types.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 13 | 13 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | n/a | ||
total | 18 | 18 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Chloro::Types; | ||||||
2 | BEGIN { | ||||||
3 | 2 | 2 | 68959 | $Chloro::Types::VERSION = '0.06'; | |||
4 | } | ||||||
5 | |||||||
6 | 2 | 2 | 16 | use strict; | |||
2 | 5 | ||||||
2 | 69 | ||||||
7 | 2 | 2 | 12 | use warnings; | |||
2 | 4 | ||||||
2 | 123 | ||||||
8 | 2 | 2 | 3854 | use namespace::autoclean; | |||
2 | 62174 | ||||||
2 | 14 | ||||||
9 | |||||||
10 | 2 | 2 | 135 | use base 'MooseX::Types::Combine'; | |||
2 | 4 | ||||||
2 | 1809 | ||||||
11 | |||||||
12 | __PACKAGE__->provide_types_from( | ||||||
13 | qw( | ||||||
14 | MooseX::Types::Common::String | ||||||
15 | MooseX::Types::Moose | ||||||
16 | Chloro::Types::Internal | ||||||
17 | ) | ||||||
18 | ); |