File Coverage

blib/lib/Class/Component/Attribute.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 Class::Component::Attribute;
2              
3 17     17   112 use strict;
  17         36  
  17         530  
4 17     17   91 use warnings;
  17         31  
  17         558  
5              
6             1;