Condition Coverage

blib/lib/WebService/2Captcha.pm
Criterion Covered Total %
condition 0 15 0.0


or 2 conditions

line l !l condition
21 0 0 $args{'url'} ||= 'http://2captcha.com/res.php'
22 0 0 $args{'sleep'} ||= 3
125 0 0 delete $params{'__method'} || 'GET'

or 3 conditions

line l !l&&r !l&&!r condition
20 0 0 0 $args{'ua'} ||= 'LWP::UserAgent'->new
121 0 0 0 $params{'key'} ||= $$self{'key'}
122 0 0 0 delete $params{'url'} || $$self{'url'}