File: | lib/WWW/Google/Contacts/Type/Base.pm |
Coverage: | 72.7% |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package WWW::Google::Contacts::Type::Base; | ||||||
2 | |||||||
3 | 12 12 12 | 92 42 89 | use Moose; | ||||
4 | |||||||
5 | extends 'WWW::Google::Contacts::Base'; | ||||||
6 | |||||||
7 | sub search_field { | ||||||
8 | 0 | 0 | return undef; | ||||
9 | } | ||||||
10 | |||||||
11 | 12 12 12 | 143 38 86 | no Moose; | ||||
12 | __PACKAGE__->meta->make_immutable; | ||||||
13 | 1; |