Condition Coverage

blib/lib/Net/ICAP/Client.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
134 0 0 0 defined $self->{'_previous_direction'} and $self->{'_previous_direction'} eq $direction
421 0 0 0 defined $self->{'_options'} and defined $self->{'_options'}{'expiry'}
0 0 0 defined $self->{'_options'} and defined $self->{'_options'}{'expiry'} and defined $self->{'_options'}{'expiry'} < time
444 0 0 0 $self->allow_preview and defined $self->preview_size
456 0 0 0 defined $content_size and $content_size > $self->preview_size
470 0 0 0 $self->allow_204 and $self->server_allows_204
499 0 0 0 defined $request && $request->protocol

or 2 conditions

line l !l condition
483 0 0 $request->protocol || 'HTTP/1.1'

or 3 conditions

line l !l&&r !l&&!r condition
131 0 0 0 $direction eq '>> ' or $direction eq '<< '