Condition Coverage

blib/lib/LWP/UserAgent/Cached.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
92 2 16 1 $response and defined $self->{'recache_if'}
18 0 1 $response and defined $self->{'recache_if'} and $self->{'recache_if'}->($response, $fpath, $request)
104 15 1 1 defined $self->{'nocache_if'} and $self->{'nocache_if'}->($response)
126 27 0 6 $response->is_redirect && &_in($request->method, $self->requests_redirectable)
150 29 0 5 defined $self->{'cachename_spec'} and %{$self->{'cachename_spec'};}
160 1 0 9 $leave_only_specified and not &_in($hname, $self->{'cachename_spec'}{'_headers'})