Branch Coverage

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


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