Condition Coverage

blib/lib/IO/All/LWP.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
65 0 0 0 @_ && ref $_[0]
98 0 0 0 $self->is_open and defined $self->mode
0 0 0 $self->is_open and defined $self->mode and $self->mode eq '>'

or 3 conditions

line l !l&&r !l&&!r condition
30 0 0 0 *$self->{'ua'} ||= $DEFAULT_UA
57 0 0 0 shift() || 'HTTP::Request'->new('GET', $self->uri)