| line | true | false | branch | 
 
| 214 | 1 | 1 | if ($response->{'success'}) { } | 
 
| 219 | 1 | 0 | if ($response->{'status'} eq '404') { } | 
 
| 250 | 1 | 0 | if ($result_ref->{'isil'} eq $self->isil) | 
 
| 256 | 1 | 0 | if ($result_ref->{'email'}) | 
 
| 258 | 0 | 1 | if (ref $email eq 'ARRAY') { } | 
 
| 272 | 1 | 0 | if $result_ref->{'name'} | 
 
| 273 | 1 | 0 | if $result_ref->{'url'} | 
 
| 274 | 1 | 0 | if $result_ref->{'provides'} | 
 
| 276 | 1 | 0 | if (defined $result_ref->{'location'} and ref $result_ref->{'location'} eq 'ARRAY') | 
 
| 279 | 1 | 0 | if ($result_ref->{'location'}[0]{'geo'}) | 
 
| 283 | 1 | 0 | if ($result_ref->{'location'}[0]{'address'}) |