Condition Coverage

blib/lib/HTML/Prototype.pm
Criterion Covered Total %
condition 0 83 0.0


and 3 conditions

line !l l&&!r l&&r condition
1110 0 0 0 $condition and $confirm

or 2 conditions

line l !l condition
182 0 0 $tag_options ||= {}
183 0 0 $in_place_editor_options ||= {}
288 0 0 $options ||= {}
290 0 0 $$options{'url'} || ''
355 0 0 $tag_options ||= {}
356 0 0 $completion_options ||= {}
439 0 0 $html_options ||= {}
506 0 0 $options ||= {}
579 0 0 $options ||= {}
583 0 0 $$options{'hoverclass'} ||= 'hoversmocherpocher'
584 0 0 $$options{'with'} ||= q['id=' + encodeURIComponent(element.id)]
628 0 0 $$options{'html_options'} ||= {}
629 0 0 $$options{'url'} || '#'
630 0 0 $$options{'html_options'}{'method'} ||= 'post'
644 0 0 $html_options ||= {}
672 0 0 $html_options ||= {}
792 0 0 $options ||= {}
815 0 0 $options ||= {}
839 0 0 $$options{'frequency'} || 10
841 0 0 $$options{'html_options'} ||= {'type', 'text/javascript'}
868 0 0 $options ||= {}
891 0 0 $$options{'html_options'} ||= {}
953 0 0 $options ||= {}
954 0 0 $$options{'content'} || ''
1000 0 0 $js_options ||= {}
1020 0 0 $$options{'with'} ||= 'value'
1045 0 0 $$options{'type'} ||= q['']
1077 0 0 $to_options ||= {}
1078 0 0 $options ||= {}
1101 0 0 $$options{'url'} || ''
1143 0 0 $highlighter ||= '\\1'

or 3 conditions

line l !l&&r !l&&!r condition
289 0 0 0 $$options{'update'} || "$id"
585 0 0 0 $$options{'onDrop'} ||= 'function(element){' . _remote_function($options) . '}'
629 0 0 0 $$options{'html_options'}{'action'} ||= $$options{'url'} || '#'
869 0 0 0 $$options{'with'} ||= "Sortable.serialize('${element_id}')"
870 0 0 0 $$options{'onUpdate'} ||= 'function () { ' . _remote_function($options) . ' }'
956 0 0 0 $$options{'action'} || $$options{'update'}