Condition Coverage

blib/lib/Net/Akismet.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
122 0 0 0 $response and $response->is_success
0 0 0 $response and $response->is_success and 'valid' eq $response->content
227 0 0 0 $$comment{'USER_IP'} and $$comment{'COMMENT_USER_AGENT'}
230 0 0 0 not $$comment{'REFERRER'} and $$comment{'REFERER'}
248 0 0 0 $response and $response->is_success

or 2 conditions

line l !l condition
102 0 0 $params{'SERVICE_HOST'} || 'rest.akismet.com'
103 0 0 $params{'SERVICE_VERSION'} || '1.1'
223 0 0 shift() || 'comment-check'

or 3 conditions

line l !l&&r !l&&!r condition
87 0 0 0 ref $that || $that
184 0 0 0 'true' eq $$self{'response'} or 'false' eq $$self{'response'}