blib/lib/WWW/XBoxLive/Game.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 | 3 | 3 | 25389 | use strict; | |||
3 | 7 | ||||||
3 | 102 | ||||||
2 | 3 | 3 | 17 | use warnings; | |||
3 | 5 | ||||||
3 | 230 | ||||||
3 | |||||||
4 | package WWW::XBoxLive::Game; | ||||||
5 | { | ||||||
6 | $WWW::XBoxLive::Game::VERSION = '1.123160'; | ||||||
7 | } | ||||||
8 | |||||||
9 | # ABSTRACT: Represents an XBox Live game | ||||||
10 | |||||||
11 | 3 | 24 | use Object::Tiny qw{ | ||||
12 | available_achievements | ||||||
13 | available_gamerscore | ||||||
14 | earned_gamerscore | ||||||
15 | earned_achievements | ||||||
16 | last_played | ||||||
17 | percentage_complete | ||||||
18 | title | ||||||
19 | 3 | 3 | 832 | }; | |||
3 | 367 | ||||||
20 | |||||||
21 | 1; | ||||||
22 | |||||||
23 | |||||||
24 | __END__ |