| gen/syn-PerlBean_Attribute_Multi_Unique_Ordered.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 | 544 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 39 | ||||||
| 2 | 1 | 1 | 677 | use PerlBean::Attribute::Multi::Unique::Ordered; | |||
| 1 | 4 | ||||||
| 1 | 75 | ||||||
| 3 | my $attr = PerlBean::Attribute::Multi::Unique::Ordered->new( { | ||||||
| 4 | method_factory_name => 'locations_in_traveling_salesman_itinerary', | ||||||
| 5 | short_description => 'the locations in a traveling salesman\'s itinerary', | ||||||
| 6 | } ); | ||||||
| 7 | 1; |