Condition Coverage

blib/lib/LWP/UserAgent/Cached.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
92 2 14 1 $response and defined $$self{'recache_if'}
16 0 1 $response and defined $$self{'recache_if'} and $$self{'recache_if'}($response, $fpath, $request)
104 13 2 0 defined $$self{'nocache_if'} and $$self{'nocache_if'}($response)
126 23 0 6 $response->is_redirect && &_in($request->method, $self->requests_redirectable)
150 25 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'})