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) 2017 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             $MooseX::Attribute::Dependent::Meta::Role::Role::VERSION = '1.1.4';
12 1     1   3425 use Moose::Role;
  1         3  
  1         8  
13              
14             sub composition_class_roles {
15 1     1 0 334 'MooseX::Attribute::Dependent::Meta::Role::Composite'
16             }
17              
18 1     1   4986 no Moose::Role;
  1         4  
  1         6  
19              
20             1;
21              
22             __END__
23              
24             =pod
25              
26             =encoding UTF-8
27              
28             =head1 NAME
29              
30             MooseX::Attribute::Dependent::Meta::Role::Role
31              
32             =head1 VERSION
33              
34             version 1.1.4
35              
36             =head1 AUTHOR
37              
38             Moritz Onken
39              
40             =head1 COPYRIGHT AND LICENSE
41              
42             This software is Copyright (c) 2017 by Moritz Onken.
43              
44             This is free software, licensed under:
45              
46             The (three-clause) BSD License
47              
48             =cut