lib/Google/Chart/Type/Line.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 | # $Id$ | ||||||
2 | |||||||
3 | package Google::Chart::Type::Line; | ||||||
4 | 1 | 1 | 6 | use Moose; | |||
1 | 3 | ||||||
1 | 10 | ||||||
5 | 1 | 1 | 7465 | use constant parameter_value => 'lc'; | |||
1 | 2 | ||||||
1 | 82 | ||||||
6 | |||||||
7 | with 'Google::Chart::Type::Simple'; | ||||||
8 | |||||||
9 | 1 | 1 | 8 | no Moose; | |||
1 | 3 | ||||||
1 | 6 | ||||||
10 | |||||||
11 | 1; | ||||||
12 | |||||||
13 | __END__ | ||||||
14 | |||||||
15 | =head1 NAME | ||||||
16 | |||||||
17 | Google::Chart::Type::Line - Google::Chart Line Type | ||||||
18 | |||||||
19 | =cut |