File Coverage

blib/lib/MouseX/NonMoose/Meta/Role/Method/Constructor.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package MouseX::NonMoose::Meta::Role::Method::Constructor;
2              
3 1     1   1664 use Mouse::Role;
  1         3  
  1         7  
4              
5             with 'MouseX::Foreign::Meta::Role::Method::Constructor';
6              
7 1     1   244 no Mouse::Role;
  1         2  
  1         5  
8              
9             1;