| gen/syn-PerlBean_Attribute_Multi_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 | 694 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 48 | ||||||
| 2 | 1 | 1 | 971 | use PerlBean::Attribute::Multi::Ordered; | |||
| 1 | 3 | ||||||
| 1 | 140 | ||||||
| 3 | my $attr = PerlBean::Attribute::Multi::Ordered->new( { | ||||||
| 4 | method_factory_name => 'note_to_self', | ||||||
| 5 | short_description => 'my notes to self', | ||||||
| 6 | } ); | ||||||
| 7 | 1; |