Branch Coverage

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


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