Branch Coverage

blib/lib/LWP/UserAgent/Throttled.pm
Criterion Covered Total %
branch 3 16 18.7


line true false branch
53 0 0 if (defined $self->{'throttle'} and $self->{'throttle'}{$host} and $self->{'lastcallended'}{$host})
55 0 0 unless $self->{'throttle'}{$host} >= 0
59 0 0 if ($waittime > 0)
64 1 0 if (defined $self->{'_ua'}) { }
90 0 0 unless defined $args
92 0 0 if (ref $args eq "HASH")
94 0 0 unless $self->{'throttle'}
115 1 1 if ($ua)