Condition Coverage

blib/lib/CGI/Application/Plugin/LinkIntegrity.pm
Criterion Covered Total %
condition 20 27 74.0


and 3 conditions

line !l l&&!r l&&r condition
586 44 0 4 @param == 1 and $param[0] eq 'keywords'

or 2 conditions

line l !l condition
343 66 0 $$config{'link_tampered_run_mode'} ||= 'link_tampered'
378 7 59 $$config{'link_tampered_run_mode'} ||= 'link_tampered'
449 56 7 $uri->scheme || ''
450 56 7 $uri->authority || ''
451 63 0 $uri->port || ''
452 63 0 $uri->path || ''
461 3 60 $additional_data || ''
602 36 11 $uri_checksum || ''
47 0 $expected_checksum || ''

or 3 conditions

line l !l&&r !l&&!r condition
440 63 1 0 $$config{'digest_module'} || croak('CAP::LinkIntegrity: digest_module not configured')
588 1 0 3 not defined $keywords or $keywords eq ''