Condition Coverage

lib/Egg/Plugin/WYSIWYG/FCKeditor.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 0 $a =~ /MSIE/i && !($a =~ /mac/i) && !($a =~ /Opera/i)

or 2 conditions

line l !l condition
16 0 0 $e->config->{'plugin_wysiwyg_fckeditor'} ||= {}
17 0 0 $$c{'width'} ||= '100%'
18 0 0 $$c{'height'} ||= '450px'
20 0 0 $$c{'instance'} ||= 'FCKfield'
21 0 0 $$c{'tool_bar'} ||= 'Default'
22 0 0 $$c{'base_uri'} ||= '/FCKeditor'
61 0 0 $self->e->request->param($$p{'instance'}) || ''

or 3 conditions

line l !l&&r !l&&!r condition
19 0 0 0 $$c{'style'} ||= "width:$$c{'width'}; height:$$c{'height'}"
27 0 0 0 $_[0]{'fck_editor'} ||= 'Egg::Plugin::WYSIWYG::FCKeditor::handler'->new(@_)
54 0 0 0 $$attr{'width'} or $$attr{'height'}
55 0 0 0 $$attr{'width'} || $self->params->{'width'}
0 0 0 $$attr{'height'} || $self->params->{'height'}