| blib/lib/WebService/Rackspace/CloudFiles/DateTime.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 WebService::Rackspace::CloudFiles::DateTime; | ||||||
| 2 | 3 | 3 | 24 | use DateTime; | |||
| 3 | 6 | ||||||
| 3 | 101 | ||||||
| 3 | 3 | 3 | 15 | use parent 'DateTime'; | |||
| 3 | 7 | ||||||
| 3 | 25 | ||||||
| 4 | |||||||
| 5 | 1; | ||||||
| 6 | |||||||
| 7 | __END__ | ||||||
| 8 | |||||||
| 9 | WebService::Rackspace::CloudFiles::DateTime -- A subclass of DateTime | ||||||
| 10 | |||||||
| 11 | =head1 DESCRIPTION | ||||||
| 12 | |||||||
| 13 | This class is empty except for being a subclass of DateTime. |