Condition Coverage

blib/lib/Future/HTTP/Handler.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
111 0 0 0 -e $outfile and my $mtime = (stat $outfile)[9]
130 0 0 0 $lm and my $mtime = $self->_parse_http_date($lm)

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 0 $ce eq 'identity' or $ce eq 'none'
42 0 0 0 $ce eq 'gzip' or $ce eq 'x-gzip'
0 0 0 $ce eq 'x-bzip2' or $ce eq 'bzip2'
0 0 0 $ce eq 'compress' or $ce eq 'x-compress'
112 0 0 0 $args->{'headers'}{'if-modified-since'} ||= $self->_http_date($mtime)
134 0 0 0 $response_f->{'success'} ||= $response_f->{'status'} eq '304'