Condition Coverage

blib/lib/Egg/Plugin/LWP.pm
Criterion Covered Total %
condition 0 15 0.0


or 2 conditions

line l !l condition
14 0 0 $e->config->{'plugin_lwp'} ||= {}
15 0 0 $$conf{'timeout'} ||= 10
44 0 0 $_[0] || {}
51 0 0 uc shift() || 'GET'
52 0 0 shift() || die(q[ I want 'url' ])
53 0 0 $_[0] || {}

or 3 conditions

line l !l&&r !l&&!r condition
16 0 0 0 $$conf{'agent'} ||= 'Egg::Plugin::LWP' . " v$VERSION"