Condition Coverage

lib/Egg/Plugin/Response/Redirect.pm
Criterion Covered Total %
condition 0 37 0.0


or 2 conditions

line l !l condition
19 0 0 $e->config->{'plugin_response_redirect'} ||= {}
20 0 0 $$conf{'style'} ||= {}
22 0 0 $$conf{'default_url'} ||= '/'
23 0 0 $$conf{'default_wait'} ||= 0
24 0 0 $$conf{'default_msg'} ||= 'Processing was completed.'
26 0 0 $$style{'body'} ||= ' background:#FFEDBB; text-align:center; '
28 0 0 $$style{'h1'} ||= ' font:bold 20px sans-serif; margin:0px; margin-left:0px; '
30 0 0 $$style{'div'} ||= ' background:#FFF7ED; padding:10px; margin:50px; font:normal 12px sans-serif; border:#D15C24 solid 3px; text-align:left; '
53 0 0 $$attr{'more'} || ''
64 0 0 $$c{'content_language'} || 'en'
65 0 0 $$c{'content_type'} || 'text/html'

or 3 conditions

line l !l&&r !l&&!r condition
48 0 0 0 shift() || $$cr{'default_url'}
49 0 0 0 shift() || $$cr{'default_msg'}
60 0 0 0 $$attr{'body_style'} || $$style{'body'}
61 0 0 0 $$attr{'div_style'} || $$style{'div'}
62 0 0 0 $$attr{'h1_style'} || $$style{'h1'}