Branch Coverage

blib/lib/HTTP/Proxy/Engine.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
19 81 4 if ($class eq 'HTTP::Proxy::Engine')
21 75 6 unless defined $engine
26 1 80 if $@
30 3 81 unless exists $params{'proxy'}
32 2 79 unless UNIVERSAL::isa($params{'proxy'}, 'HTTP::Proxy')
59 76 465 if defined $_[1]