| line | !l | l&&!r | l&&r | condition | 
 
| 186 | 0 | 0 | 0 | not $refresh and $self->{'_token'} | 
 
|  | 0 | 0 | 0 | not $refresh and $self->{'_token'} and $self->{'_token'}->expires_in > $warning_ttl | 
 
| 199 | 0 | 0 | 0 | $self->{'_token'} and $self->{'_token'}->expires_in <= $warning_ttl | 
 
| 316 | 0 | 0 | 0 | exists $params{$p} and defined $params{$p} | 
 
|  | 0 | 0 | 0 | exists $params{$p} and defined $params{$p} and length $params{$p} | 
 
| 544 | 0 | 0 | 0 | &blessed($doc) and $doc->isa('Net::PMP::CollectionDoc') | 
 
| 579 | 0 | 0 | 0 | $response->code =~ /^20[02]$/ and $response->decoded_content | 
 
| 602 | 0 | 0 | 0 | &blessed($doc) and $doc->isa('Net::PMP::CollectionDoc') | 
 
| 658 | 0 | 0 | 0 | $uri eq $self->host and $self->{'_home_doc'} | 
 
| 664 | 0 | 0 | 0 | not $response and $attempts++ < $tries | 
 
| 667 | 0 | 0 | 0 | not $response and $attempts < $tries | 
 
| 720 | 0 | 0 | 0 | $ENV{'PMP_CLIENT_DEBUG'} and $ENV{'PMP_APPEND_RANDOM_STRING'} | 
 
| 740 | 0 | 0 | 0 | &blessed($doc) and $doc->isa('Net::PMP::Profile') | 
 
| 743 | 0 | 0 | 0 | &blessed($doc) and $doc->isa('Net::PMP::CollectionDoc') |