Condition Coverage

blib/lib/WebEditor/OldController/Admin.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
124 0 0 0 $fe && $fe->can('publish')
135 0 0 0 $publish_done and $self->can('notify')
214 0 0 0 defined $o->Release_State and $o->Release_State eq 'inactive'
219 0 0 0 $o->is_doc and !defined($o->Release_State) || $o->Release_State ne 'released'
308 0 0 0 $useradmindb and $self->can('update_auth_files')
333 0 0 0 $useradminpassword1 =~ /^\s*$/ and param('useradminuser_AuthType') ne 'POP3'
389 0 0 0 $userdb_prop && $userdb_prop->allgroups

or 2 conditions

line l !l condition
282 0 0 param('useradmindb') || ''

or 3 conditions

line l !l&&r !l&&!r condition
219 0 0 0 !defined($o->Release_State) || $o->Release_State ne 'released'
333 0 0 0 $useradminuser =~ /^\s*$/ or $useradminpassword1 =~ /^\s*$/ and param('useradminuser_AuthType') ne 'POP3'