File Coverage

gen/syn-PerlBean_Attribute_Multi_Unique_Associative.pl
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 1     1   679 use strict;
  1         2  
  1         38  
2 1     1   695 use PerlBean::Attribute::Multi::Unique::Associative;
  1         3  
  1         76  
3             my $attr = PerlBean::Attribute::Multi::Unique::Associative->new( {
4             method_factory_name => 'ssns_i_know_from_people',
5             short_description => 'all SSNs I know from people',
6             } );
7             1;