Condition Coverage

blib/lib/LWPx/UserAgent/Cached.pm
Criterion Covered Total %
condition 2 15 13.3


and 3 conditions

line !l l&&!r l&&r condition
234 41 0 0 $response->header('client-transfer-encoding') and &any(sub { 'chunked' eq $_; } , $response->header('client-transfer-encoding'))
242 0 0 0 not defined $_ and $self->cache_undef_content_length
244 0 0 0 0 == $_ and not $self->cache_zero_content_length
247 0 0 0 $_ != length $response->content and not $self->cache_mismatch_content_length

or 3 conditions

line l !l&&r !l&&!r condition
202 0 0 21 $response->code < 200 or $response->code > 301