File Coverage

blib/lib/Net/Google/Code/TypicalRoles.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 Net::Google::Code::TypicalRoles;
2 10     10   7821 use Any::Moose 'Role';
  10         24  
  10         75  
3              
4             with 'Net::Google::Code::Role::Fetchable';
5             with 'Net::Google::Code::Role::URL';
6             with 'Net::Google::Code::Role::HTMLTree';
7             with 'Net::Google::Code::Role::Authentication';
8             with 'Net::Google::Code::Role::Pageable';
9             with 'Net::Google::Code::Role::Predefined';
10              
11 10     10   12561 no Any::Moose;
  10         23  
  10         44  
12              
13             1;
14              
15             __END__