blib/lib/WWW/BigDoor/NamedLevelCollection.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package WWW::BigDoor::NamedLevelCollection; | ||||||
2 | |||||||
3 | 3 | 3 | 13600 | use strict; | |||
3 | 8 | ||||||
3 | 171 | ||||||
4 | 3 | 3 | 19 | use warnings; | |||
3 | 7 | ||||||
3 | 120 | ||||||
5 | |||||||
6 | #use Smart::Comments -ENV; | ||||||
7 | |||||||
8 | 3 | 3 | 17 | use base qw(WWW::BigDoor::Resource Class::Accessor); | |||
3 | 15 | ||||||
3 | 1910 | ||||||
9 | |||||||
10 | __PACKAGE__->follow_best_practice; | ||||||
11 | __PACKAGE__->mk_accessors( qw(id read_only currency_id named_levels attributes urls) ); | ||||||
12 | |||||||
13 | 1; | ||||||
14 | __END__ |