File Coverage

blib/lib/WWW/Google/Contacts/Type/Base.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod 0 1 0.0
total 8 11 72.7


line stmt bran cond sub pod time code
1             package WWW::Google::Contacts::Type::Base;
2             {
3             $WWW::Google::Contacts::Type::Base::VERSION = '0.39';
4             }
5              
6 20     20   17402 use Moose;
  20         52  
  20         137  
7              
8             extends 'WWW::Google::Contacts::Base';
9              
10             sub search_field {
11 0     0 0   return undef;
12             }
13              
14 20     20   133990 no Moose;
  20         84  
  20         91  
15             __PACKAGE__->meta->make_immutable;
16             1;
17             __END__