Branch Coverage

blib/lib/Parse/SAMGov/Entity/PointOfContact.pm
Criterion Covered Total %
branch 19 28 67.8


line true false branch
17 87 38 if (length $_[0]->first and length $_[0]->last)
19 27 60 if length $_[0]->middle
21 57 30 if length $_[0]->title
22 87 0 if length $_[0]->address
23 87 0 if length $_[0]->city
24 87 0 if length $_[0]->state
25 87 0 if length $_[0]->country
26 87 0 if length $_[0]->zip
27 60 27 if $_[0]->email
28 60 27 if $_[0]->phone
29 0 87 if $_[0]->phone_ext
30 54 33 if $_[0]->fax
31 0 87 if $_[0]->phone_nonUS
48 0 0 if (length $_[0]->middle) { }