Branch Coverage

blib/lib/Mock/LWP/Request.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
65 0 1 if $self->enabled
71 0 6 if $self->debug
74 4 2 if defined $response
75 1 1 if $self->missing_response_action eq 'die'
85 0 0 unless $self->enabled
96 0 4 unless ref $response and ref $response eq 'HTTP::Response'