File Coverage

blib/lib/MooseX/SlurpyConstructor/Trait/Role.pm
Criterion Covered Total %
statement 7 8 87.5
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 10 13 76.9


line stmt bran cond sub pod time code
1             package MooseX::SlurpyConstructor::Trait::Role;
2             BEGIN {
3 2     2   40918 $MooseX::SlurpyConstructor::Trait::Role::VERSION = '1.2';
4             }
5              
6 2     2   22 use Moose::Role;
  2         6  
  2         19  
7              
8 0     0 0   sub composition_class_roles { 'MooseX::SlurpyConstructor::Trait::Composite' }
9              
10 2     2   22700 no Moose::Role;
  2         5  
  2         12  
11              
12             1;
13              
14              
15              
16             =pod
17              
18             =head1 NAME
19              
20             MooseX::SlurpyConstructor::Trait::Role
21              
22             =head1 VERSION
23              
24             version 1.2
25              
26             =for Pod::Coverage composition_class_roles
27              
28             =head1 AUTHORS
29              
30             =over 4
31              
32             =item *
33              
34             Mark Morgan <makk384@gmail.com>
35              
36             =item *
37              
38             Karen Etheridge <ether@cpan.org>
39              
40             =back
41              
42             =head1 COPYRIGHT AND LICENSE
43              
44             This software is copyright (c) 2011 by Karen Etheridge.
45              
46             This is free software; you can redistribute it and/or modify it under
47             the same terms as the Perl 5 programming language system itself.
48              
49             =cut
50              
51              
52             __END__