Condition Coverage

blib/lib/WWW/Pastebin/Sprunge/Retrieve.pm
Criterion Covered Total %
condition 2 8 25.0


and 3 conditions

line !l l&&!r l&&r condition
107 0 0 0 defined $content && length $content

or 2 conditions

line l !l condition
31 0 1 $args{'timeout'} ||= 30

or 3 conditions

line l !l&&r !l&&!r condition
32 0 1 0 $args{'ua'} ||= 'LWP::UserAgent'->new('timeout', $args{'timeout'}, 'agent', 'WWW::Pastebin::Sprunge (+http://p3rl.org/WWW::Pastebin::Sprunge)')