File Coverage

lib/Google/Chart/QueryComponent.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::QueryComponent;
4 1     1   581 use Moose::Role;
  1         3  
  1         9  
5              
6             requires 'as_query';
7              
8 1     1   6631 no Moose;
  1         3  
  1         7  
9              
10             1;
11              
12             __END__
13              
14             =head1 NAME
15              
16             Google::Chart::QueryComponent - Google::Chart Query Component
17              
18             =head1 SYNOPSIS
19              
20             package MyStuff;
21             use Moose;
22             with 'Google::Chart::QueryComponent';
23              
24             =head1 METHODS
25              
26             =head2 as_query
27              
28             =cut