Condition Coverage

blib/lib/WWW/SEOGears.pm
Criterion Covered Total %
condition 1 29 3.4


and 3 conditions

line !l l&&!r l&&r condition
339 0 0 0 $$params{'bzid'} and $$params{'authkey'}
453 0 0 0 ref $res and $$res{'content'} =~ /^could not connect/i
594 0 0 0 $param eq 'pack' and not $$params_to_check{'price'}
600 0 0 0 exists $$params_to_check{$required_param} and defined $$params_to_check{$required_param}
713 0 0 0 $opt eq 'default_headers' and ref $$lwp_opts{$opt} eq 'HTTP::Headers'

or 2 conditions

line l !l condition
446 0 0 $$self{'_ua'}->timeout || '30'

or 3 conditions

line l !l&&r !l&&!r condition
113 1 0 0 $$http_opts{'agent'} ||= 'WWW-SEOGears ' . $VERSION
453 0 0 0 not $res or $WWW::SEOGears::EVAL_ERROR
0 0 0 not $res or $WWW::SEOGears::EVAL_ERROR or ref $res and $$res{'content'} =~ /^could not connect/i
580 0 0 0 exists $$required_params{$param} || exists $$optional_params{$param}