File Coverage

blib/lib/MooseX/Attribute/Dependent/Meta/Role/Role.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 10 11 90.9


line stmt bran cond sub pod time code
1             #
2             # This file is part of MooseX-Attribute-Dependent
3             #
4             # This software is Copyright (c) 2011 by Moritz Onken.
5             #
6             # This is free software, licensed under:
7             #
8             # The (three-clause) BSD License
9             #
10             package MooseX::Attribute::Dependent::Meta::Role::Role;
11             {
12             $MooseX::Attribute::Dependent::Meta::Role::Role::VERSION = '1.1.2';
13             }
14 1     1   4006 use Moose::Role;
  1         3  
  1         11  
15              
16             sub composition_class_roles {
17 1     1 0 200 'MooseX::Attribute::Dependent::Meta::Role::Composite'
18             }
19              
20 1     1   6625 no Moose::Role;
  1         3  
  1         7  
21              
22             1;
23              
24             __END__
25             =pod
26              
27             =head1 NAME
28              
29             MooseX::Attribute::Dependent::Meta::Role::Role
30              
31             =head1 VERSION
32              
33             version 1.1.2
34              
35             =head1 AUTHOR
36              
37             Moritz Onken
38              
39             =head1 COPYRIGHT AND LICENSE
40              
41             This software is Copyright (c) 2011 by Moritz Onken.
42              
43             This is free software, licensed under:
44              
45             The (three-clause) BSD License
46              
47             =cut
48