lib/Google/Chart/Type.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 | # $Id$ | ||||||
2 | |||||||
3 | package Google::Chart::Type; | ||||||
4 | 1 | 1 | 641 | use Moose::Role; | |||
1 | 2 | ||||||
1 | 10 | ||||||
5 | |||||||
6 | with 'Google::Chart::QueryComponent'; | ||||||
7 | |||||||
8 | 1 | 1 | 6561 | no Moose; | |||
1 | 2 | ||||||
1 | 8 | ||||||
9 | |||||||
10 | 1; | ||||||
11 | |||||||
12 | __END__ | ||||||
13 | |||||||
14 | =head1 NAME | ||||||
15 | |||||||
16 | Google::Chart::Type - Google::Chart Type Role | ||||||
17 | |||||||
18 | =cut |